We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ab5d7 commit 1edc7d2Copy full SHA for 1edc7d2
gitdb/__init__.py
@@ -18,6 +18,7 @@ def _init_externals():
18
sys.path.append(where)
19
20
import smmap
21
+ del smmap
22
# END handle imports
23
24
#} END initialization
0 commit comments