Skip to content

Commit

Permalink
Merge pull request #597 from jaraco/fix-import
Browse files Browse the repository at this point in the history
Fix wrong import name
  • Loading branch information
jaraco committed Sep 17, 2022
2 parents 80bbc8a + 9b94df3 commit 647954c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyring/_compat.py
Expand Up @@ -2,6 +2,6 @@


try:
from jaraco.compat import properties # pragma: no-cover
from jaraco.classes import properties # pragma: no-cover
except ImportError:
from . import _properties_compat as properties # pragma: no-cover

0 comments on commit 647954c

Please sign in to comment.