diff options
-rw-r--r-- | cgitize/config.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cgitize/config.py b/cgitize/config.py index a6862b2..6117467 100644 --- a/cgitize/config.py +++ b/cgitize/config.py @@ -91,9 +91,6 @@ class BitbucketSection(ServiceSection): def url_auth(self): return two_part_url_auth(self.username, self.app_password) - def enum_repositories(self): - return map(HostedRepo, self.repositories.enum_repositories()) - class GitLabSection(ServiceSection): @property |