- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / GetSiteTags.py
index 4663e8a..83b208c 100644 (file)
@@ -36,7 +36,7 @@ class GetSiteTags(Method):
         ]
 
     returns = [SiteTag.fields]
-    
+
 
     def call(self, auth, site_tag_filter = None, return_fields = None):