diff options
Diffstat (limited to 'git/index/__init__.py')
-rw-r--r-- | git/index/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/index/__init__.py b/git/index/__init__.py index fe4a7f59..4a495c33 100644 --- a/git/index/__init__.py +++ b/git/index/__init__.py @@ -1,4 +1,4 @@ """Initialize the index package""" from base import * -from typ import *
\ No newline at end of file +from typ import * |