Fix python linter errors

This commit is contained in:
pinpox
2025-10-20 15:47:51 +02:00
parent 0ea561f998
commit ae5712229c
7 changed files with 27 additions and 15 deletions

View File

@@ -94,7 +94,7 @@ class TestHttpBridge:
def test_http_bridge_middleware_setup(self, http_bridge: tuple) -> None:
"""Test that middleware is properly set up."""
api, middleware_chain = http_bridge
_api, middleware_chain = http_bridge
# Test that we can create the bridge with middleware
# The actual HTTP handling will be tested through the server integration tests