- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / GetPersonTags.py
index 516638f..44fbdea 100644 (file)
@@ -35,7 +35,7 @@ class GetPersonTags(Method):
         ]
 
     returns = [PersonTag.fields]
-    
+
 
     def call(self, auth, person_tag_filter = None, return_fields = None):