From d0fb22b4f5f94da44075d8c43da24b344ae3f0da Mon Sep 17 00:00:00 2001 From: Spring Burst <16273755+Andor233@users.noreply.github.com> Date: Wed, 21 Apr 2021 15:29:12 +0800 Subject: Update remote.py Format code --- git/remote.py | 1 - 1 file changed, 1 deletion(-) (limited to 'git') 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""" -- cgit v1.2.1