diff options
| author | DWesl <22566757+DWesl@users.noreply.github.com> | 2022-06-11 10:01:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-11 10:01:53 -0400 |
| commit | 21113a81560dfea6f2eea5f50ceb5e87e9097c82 (patch) | |
| tree | 00a69fe7f4a16fa51adca62e3f7ca1878feec3dd /git/repo | |
| parent | 5d874ddc5a6cab35812e1ef395c18216f9399425 (diff) | |
| download | gitpython-21113a81560dfea6f2eea5f50ceb5e87e9097c82.tar.gz | |
STY: Remove import of now-unused function
Diffstat (limited to 'git/repo')
| -rw-r--r-- | git/repo/base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git/repo/base.py b/git/repo/base.py index 440cfaef..5a85cc4e 100644 --- a/git/repo/base.py +++ b/git/repo/base.py @@ -30,7 +30,6 @@ from git.util import ( Actor, finalize_process, cygpath, - decygpath, hex_to_bin, expand_path, remove_password_if_present, |
