diff --git a/django/core/handlers/asgi.py b/django/core/handlers/asgi.py index 00f00ec1e5..bb782dad9b 100644 --- a/django/core/handlers/asgi.py +++ b/django/core/handlers/asgi.py @@ -131,7 +131,7 @@ class ASGIHandler(base.BaseHandler): chunk_size = 2 ** 16 def __init__(self): - super(ASGIHandler, self).__init__() + super().__init__() self.load_middleware() async def __call__(self, scope, receive, send):