- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / GetEventObjects.py
index 432ae04..2cee70b 100644 (file)
@@ -28,4 +28,3 @@ class GetEventObjects(Method):
 
     def call(self, auth, event_filter = None, return_fields = None):
         return EventObjects(self.api, event_filter, return_fields)
-