Remove useless import

This commit is contained in:
Théophile Diot 2023-06-17 11:11:53 -04:00
parent 80033642ce
commit 9982ec36d4
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 1 additions and 1 deletions

View File

@ -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``