Skip to content
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 31, 2026
commit 15aab79b7083c1f9fe95513ad6ee6dec03ec6284
2 changes: 1 addition & 1 deletion debug_toolbar/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def show_toolbar_with_docker(request: HttpRequest) -> bool:
except socket.gaierror:
# It's fine if the lookup errored since they may not be using docker
pass

return False


Expand Down
Loading