mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Remove useless import
This commit is contained in:
parent
80033642ce
commit
9982ec36d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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``
|
||||
|
|
|
|||
Loading…
Reference in a new issue