lister_base: Drop leftover mixin SWHConfig which is no longer used
Related to D4178
This commit is contained in:
parent
56f08b73f6
commit
2ff92ef406
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ DEFAULT_CONFIG = {
|
|||
}
|
||||
|
||||
|
||||
class ListerBase(abc.ABC, config.SWHConfig):
|
||||
class ListerBase(abc.ABC):
|
||||
"""Lister core base class.
|
||||
Generally a source code hosting service provides an API endpoint
|
||||
for listing the set of stored repositories. A Lister is the discovery
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue