Skip to content

Commit 098e764

Browse files
committed
Rename _hooks to _compat
1 parent cdb843b commit 098e764

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

importlib_metadata/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from importlib import import_module
1616
from itertools import starmap
17-
from ._hooks import install, NullFinder
17+
from ._compat import install, NullFinder
1818

1919
if sys.version_info > (3,): # pragma: nocover
2020
from configparser import ConfigParser

0 commit comments

Comments
 (0)