[autofix.ci] apply automated fixes
authorautofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Thu, 27 Jun 2024 08:57:32 +0000 (08:57 +0000)
committerGitHub <noreply@github.com>
Thu, 27 Jun 2024 08:57:32 +0000 (08:57 +0000)
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)