- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / GetNodeTags.py
index e7710c6..41dfd8b 100644 (file)
@@ -37,7 +37,7 @@ class GetNodeTags(Method):
         ]
 
     returns = [NodeTag.fields]
-    
+
 
     def call(self, auth, node_tag_filter = None, return_fields = None):