From 2ff92ef4069323f15c5240249f0ea0e6d525ca86 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" Date: Wed, 7 Oct 2020 14:00:57 +0200 Subject: [PATCH] lister_base: Drop leftover mixin SWHConfig which is no longer used Related to D4178 --- swh/lister/core/lister_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swh/lister/core/lister_base.py b/swh/lister/core/lister_base.py index 90a39aa..d8d06eb 100644 --- a/swh/lister/core/lister_base.py +++ b/swh/lister/core/lister_base.py @@ -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