Skip to content

Commit 1edc7d2

Browse files
committed
Add del smmap to match previous behavior
1 parent c3ab5d7 commit 1edc7d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: gitdb/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def _init_externals():
1818
sys.path.append(where)
1919

2020
import smmap
21+
del smmap
2122
# END handle imports
2223

2324
#} END initialization

0 commit comments

Comments
 (0)