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 Jun 20, 2023
1 parent 0a8e40d commit 08b29fa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion omeroweb/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,13 @@
# Monkeypatch Django development web server to always run in single thread
# even if --nothreading is not specified on command line
def force_nothreading(
addr, port, wsgi_handler, ipv6=False, threading=False, on_bind=None, server_cls=WSGIServer
addr,
port,
wsgi_handler,
ipv6=False,
threading=False,
on_bind=None,
server_cls=WSGIServer,
):
django_core_servers_basehttp_run(
addr, port, wsgi_handler, ipv6, False, on_bind, server_cls
Expand Down

0 comments on commit 08b29fa

Please sign in to comment.