Skip to content

Commit

Permalink
Remove unused attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Feb 9, 2020
1 parent 70a73bf commit 26b2bce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion git_archive_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def __init__(self, prefix='', exclude=True, force_sub=False, extra=None, main_re
@param git_version: Version of Git that determines whether various workarounds are on.
If None, tries to resolve via Git's CLI.
"""
self._should_decode_path = None
self._check_attr_gens = {}

if git_version is None:
Expand Down
1 change: 0 additions & 1 deletion git_archive_all.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class GitArchiver(object):
ZIPFILE_FORMATS: ClassVar[Tuple[str]]
LOG: ClassVar[logging.Logger]

_should_decode_path: Optional[bool]
_check_attr_gens: Dict[str, CheckGitAttrGen]
git_version: Optional[Tuple[int]]
main_repo_abspath: PathStr
Expand Down

0 comments on commit 26b2bce

Please sign in to comment.