Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
copalco committed Nov 15, 2023
1 parent 325ccd3 commit 11d9a45
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 11d9a45

Please sign in to comment.