From 9982ec36d4b7cf319874399ccfbea2ba941fa786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Sat, 17 Jun 2023 11:11:53 -0400 Subject: [PATCH] Remove useless import --- src/ui/src/ReverseProxied.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/src/ReverseProxied.py b/src/ui/src/ReverseProxied.py index dda5987d8..15bf51d55 100644 --- a/src/ui/src/ReverseProxied.py +++ b/src/ui/src/ReverseProxied.py @@ -1,8 +1,8 @@ #!/usr/bin/python3 -from typing import Iterable from werkzeug.middleware.proxy_fix import ProxyFix + class ReverseProxied(ProxyFix): def __call__(self, environ, start_response): """Modify the WSGI environ based on the various ``Forwarded``