cleanup; remove unused imports
This commit is contained in:
parent
a11a3af597
commit
5ecd4b4810
39 changed files with 36 additions and 67 deletions
|
@ -39,7 +39,7 @@ def config() -> commits_cfg:
|
|||
##########################
|
||||
|
||||
import git # type: ignore
|
||||
from git.repo.fun import is_git_dir, find_worktree_git_dir # type: ignore
|
||||
from git.repo.fun import is_git_dir # type: ignore
|
||||
|
||||
|
||||
log = LazyLogger(__name__, level='info')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue