We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ec7b5 commit 3faf0c8Copy full SHA for 3faf0c8
1 file changed
emmett_core/protocols/rsgi/test_client/client.py
@@ -42,9 +42,6 @@ def __exit__(self, exc_type, exc_value, tb):
42
class ClientHTTPHandlerMixin:
43
_client_ctx_cls = ClientContext
44
45
- def __call__(self, scope, protocol):
46
- return self.handle_request(scope, protocol)
47
-
48
async def dynamic_handler(self, scope, protocol, path):
49
request = self.__class__.wapper_cls(
50
scope,
0 commit comments