[autofix.ci] apply automated fixes
[e-mobility-charging-stations-simulator.git] / tests / ocpp-server / server.py
index 6b497a4b73c5ff42864407317d0a476ae39a9466..73b0ffc714293f1a6c4279be599238f004a24936 100644 (file)
@@ -137,7 +137,9 @@ async def send_ocpp_command(cp, command_name, delay=None, period=None):
                 logging.info("%s Send:", Action.GetBaseReport)
                 await cp.send_get_base_report()
     except Exception:
-        logging.exception(f"Not supported or Failure while processing command {command_name}")
+        logging.exception(
+            f"Not supported or Failure while processing command {command_name}"
+        )
 
     if delay:
         await asyncio.sleep(delay)