diff --git a/proxy/http/server/middleware.py b/proxy/http/server/middleware.py index 668458ed..ba52947f 100644 --- a/proxy/http/server/middleware.py +++ b/proxy/http/server/middleware.py @@ -8,10 +8,9 @@ :copyright: (c) 2013-present by Abhinav Singh and contributors. :license: BSD, see LICENSE for more details. """ -from abc import ABC -class HttpWebServerBaseMiddleware(ABC): +class HttpWebServerBaseMiddleware: """Web Server Middle-ware for customization during request/response dispatch lifecycle.""" pass