- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / GetInterfaces.py
index 2c6b6b4..a5a7689 100644 (file)
@@ -31,6 +31,6 @@ class GetInterfaces(Method):
         ]
 
     returns = [Interface.fields]
-    
+
     def call(self, auth, interface_filter = None, return_fields = None):
         return Interfaces(self.api, interface_filter, return_fields)