Skip to content

Commit

Permalink
chore: fix mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
CaselIT committed Jul 13, 2024
1 parent 42cd119 commit 1444fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falcon/util/uri.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from falcon.constants import PYPY

try:
from falcon.cyutil import uri as _cy_uri
from falcon.cyutil import uri as _cy_uri # type: ignore
except ImportError:
_cy_uri = None

Expand Down

0 comments on commit 1444fc7

Please sign in to comment.