From c7d167cdbb3679fc8f7099d0ced7eebdbce9d111 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 31 Jul 2021 16:31:18 +0300 Subject: cgitize.config: remove dead code --- cgitize/config.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cgitize/config.py b/cgitize/config.py index 857d42a..d8314fa 100644 --- a/cgitize/config.py +++ b/cgitize/config.py @@ -72,9 +72,6 @@ class GitHubSection(Section): def url_auth(self): return self.access_token - def enum_repositories(self): - return self.repositories.enum_repositories() - class BitbucketSection(Section): def __init__(self, *args, **kwargs): @@ -97,9 +94,6 @@ class BitbucketSection(Section): return None return f'{username}:{password}' - def enum_repositories(self): - return self.repositories.enum_repositories() - class RepositoriesSection(Section): def enum_repositories(self): -- cgit v1.2.3