Skip to content

Commit 4b1c5f4

Browse files
committed
Fixed linting
1 parent d2af66c commit 4b1c5f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lightspeed_stack.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ def main() -> None:
7474
raise SystemExit(1) from e
7575
return
7676

77-
# Store config path in env so each uvicorn worker can load it
78-
# (step is needed because process context isn’t shared).
77+
# Store config path in env so each uvicorn worker can load it
78+
# (step is needed because process context isn’t shared).
7979
os.environ["LIGHTSPEED_STACK_CONFIG_PATH"] = args.config_file
8080

8181
# if every previous steps don't fail, start the service on specified port

0 commit comments

Comments
 (0)