Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jan 25, 2025
1 parent 8d9625e commit 8442902
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/blackd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def main(bind_host: str, bind_port: int) -> None:
web.run_app(app, host=bind_host, port=bind_port, handle_signals=True, print=None)



@cache
def executor() -> Executor:
return ProcessPoolExecutor()
Expand Down

0 comments on commit 8442902

Please sign in to comment.