- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / GetInterfaceTags.py
index 6daa3f9..131d3e5 100644 (file)
@@ -37,7 +37,7 @@ class GetInterfaceTags(Method):
         ]
 
     returns = [InterfaceTag.fields]
-    
+
 
     def call(self, auth, interface_tag_filter = None, return_fields = None):