Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 22, 2024
1 parent 370f11f commit e13f723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robyn/processpool.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def init_processpool(
response_headers: Headers,
) -> List[Process]:
process_pool = []
ctx = mp.get_context('spawn')
ctx = mp.get_context("spawn")

if sys.platform.startswith("win32"):
spawn_process(
Expand Down

0 comments on commit e13f723

Please sign in to comment.