summaryrefslogtreecommitdiff
path: root/git/remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/remote.py')
-rw-r--r--git/remote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/remote.py b/git/remote.py
index 739424ee..2998b987 100644
--- a/git/remote.py
+++ b/git/remote.py
@@ -469,7 +469,7 @@ class Remote(LazyMixin, IterableObj):
def _config_section_name(self) -> str:
return 'remote "%s"' % self.name
- def _set_cache_(self, attr: str) -> Any:
+ def _set_cache_(self, attr: str) -> None:
if attr == "_config_reader":
# NOTE: This is cached as __getattr__ is overridden to return remote config values implicitly, such as
# in print(r.pushurl)