Skip to content

Commit d1c7a30

Browse files
author
zinc-builds
committed
fix: sort imports (ruff I001)
1 parent 3599ac2 commit d1c7a30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flask/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import os
66
import sys
77
import typing as t
8+
import warnings
89
import weakref
910
from datetime import timedelta
1011
from functools import update_wrapper
@@ -14,7 +15,6 @@
1415
from urllib.parse import quote as _url_quote
1516

1617
import click
17-
import warnings
1818
from werkzeug.datastructures import Headers
1919
from werkzeug.datastructures import ImmutableDict
2020
from werkzeug.exceptions import BadRequestKeyError

0 commit comments

Comments
 (0)