We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3599ac2 commit d1c7a30Copy full SHA for d1c7a30
1 file changed
src/flask/app.py
@@ -5,6 +5,7 @@
5
import os
6
import sys
7
import typing as t
8
+import warnings
9
import weakref
10
from datetime import timedelta
11
from functools import update_wrapper
@@ -14,7 +15,6 @@
14
15
from urllib.parse import quote as _url_quote
16
17
import click
-import warnings
18
from werkzeug.datastructures import Headers
19
from werkzeug.datastructures import ImmutableDict
20
from werkzeug.exceptions import BadRequestKeyError
0 commit comments