Skip to content

Commit

Permalink
remove forgotten comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed May 28, 2024
1 parent 4bd0281 commit 21a75c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cycode/cli/utils/git_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,9 @@ def get_null_tree(self) -> object:
return git.NULL_TREE

def get_invalid_git_repository_error(self) -> Type[BaseException]:
# we must cache it because we want to return the same class every time
return git.InvalidGitRepositoryError

def get_git_command_error(self) -> Type[BaseException]:
# we must cache it because we want to return the same class every time
return git.GitCommandError


Expand Down

0 comments on commit 21a75c6

Please sign in to comment.