Skip to content

Commit

Permalink
appease mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Feb 14, 2024
1 parent fea7af3 commit c5fab7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyring/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
try:
from jaraco.classes import properties # pragma: no-cover
except ImportError:
from . import _properties_compat as properties # pragma: no-cover
from . import _properties_compat as properties # type: ignore[no-redef] # pragma: no-cover

0 comments on commit c5fab7a

Please sign in to comment.