Skip to content

Commit

Permalink
update, black
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 13, 2024
1 parent 4a597e1 commit f3108d6
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 144 deletions.
4 changes: 3 additions & 1 deletion bbot/test/test_step_1/test_bbot_fastapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ def start_fastapi_server():
with suppress(KeyError):
del env["BBOT_TESTING"]
python_executable = str(sys.executable)
process = Popen([python_executable, "-m", "uvicorn", "bbot.test.fastapi_test:app", "--port", "8978"], cwd=cwd, env=env)
process = Popen(
[python_executable, "-m", "uvicorn", "bbot.test.fastapi_test:app", "--port", "8978"], cwd=cwd, env=env
)
return process
Loading

0 comments on commit f3108d6

Please sign in to comment.