Skip to content

Commit

Permalink
chore: coverage again..
Browse files Browse the repository at this point in the history
  • Loading branch information
CaselIT committed Aug 21, 2024
1 parent 51e742a commit efdf4dc
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 @@ -554,7 +554,7 @@ def unquote_string(quoted: str) -> str:

# TODO(vytas): Restructure this in favour of a cleaner way to hoist the pure
# Cython functions into this module.
if not TYPE_CHECKING:
if not TYPE_CHECKING: # pragma: nocover
if _cy_uri is not None:
decode = _cy_uri.decode # NOQA
parse_query_string = _cy_uri.parse_query_string # NOQA

0 comments on commit efdf4dc

Please sign in to comment.