lister_base: Drop leftover mixin SWHConfig which is no longer used

Related to D4178
This commit is contained in:
Antoine R. Dumont (@ardumont) 2020-10-07 14:00:57 +02:00
parent 56f08b73f6
commit 2ff92ef406
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8

View file

@ -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