diff options
-rw-r--r-- | git/remote.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git/remote.py b/git/remote.py index b2bf607a..194db938 100644 --- a/git/remote.py +++ b/git/remote.py @@ -414,7 +414,6 @@ class Remote(LazyMixin, Iterable): self.repo = repo # type: 'Repo' self.name = name - def __getattr__(self, attr): """Allows to call this instance like remote.special( \\*args, \\*\\*kwargs) to call git-remote special self.name""" |