fix(ocpp-server): ensure the CLI options help is not truncated
[e-mobility-charging-stations-simulator.git] / tests / ocpp-server / timer.py
index aca740454fd3cbc6de02b58193d0ec165b7b2b5f..e81d05b951146db20777227aa5fc98b01e7e68b2 100644 (file)
@@ -12,7 +12,8 @@ class Timer:
         callback_args=(),
         callback_kwargs=None,
     ):
-        """An asynchronous Timer object.
+        """
+        An asynchronous Timer object.
 
         Parameters
         ----------