Skip to content

Commit 07d7e56

Browse files
ikonstgarrettheel
authored andcommitted
Remove stray imp import (#726)
1 parent 9d1f66f commit 07d7e56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pynamodb/_compat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
def load_module(name, path):
1010
"""Load module using the Python version compatible function."""
1111
if sys.version_info >= (3, 3):
12-
from imp import load_source
1312
from importlib.machinery import SourceFileLoader
1413
return SourceFileLoader(name, path).load_module()
1514
else:

0 commit comments

Comments
 (0)