Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
copalco committed Oct 30, 2023
1 parent ea8e3f8 commit 540505d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falcon/media/handlers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import typing
from collections import UserDict
import functools
import typing

from falcon import errors
from falcon.constants import MEDIA_JSON
Expand Down

0 comments on commit 540505d

Please sign in to comment.