summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpring Burst <16273755+Andor233@users.noreply.github.com>2021-04-21 15:29:12 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-04-21 16:13:43 +0800
commitd0fb22b4f5f94da44075d8c43da24b344ae3f0da (patch)
tree926b45e3cb0c7e422836a4544a4519a650466454
parent184cc1fc280979945dfd16b0bb7275d8b3c27e95 (diff)
downloadgitpython-d0fb22b4f5f94da44075d8c43da24b344ae3f0da.tar.gz
Update remote.py
Format code
-rw-r--r--git/remote.py1
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"""