Skip to content

Commit d621708

Browse files
[skip ci] style: code auto-fix & format
1 parent 6111b27 commit d621708

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

services/http_server.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,7 @@ async def _health() -> JSONResponse:
138138

139139
host = f"[{self.host}]" if ":" in self.host else self.host
140140
root_path = self.root_path if not self.root_path == "/" else ""
141-
logger.info(
142-
f"Shared HTTP server starting on {host}:{self.port}{root_path}"
143-
)
141+
logger.info(f"Shared HTTP server starting on {host}:{self.port}{root_path}")
144142
logger.debug(
145143
f"(root_path='{self.root_path or '/'}', mounts={len(self._mounts)}, "
146144
f"start_without_mounts={self.start_without_mounts})"

0 commit comments

Comments
 (0)