Drop SWH prefix in classes everywhere
It's redundant with the swh modules in itself.
This commit is contained in:
parent
8d1b5d2d2d
commit
b3463ecddc
12 changed files with 82 additions and 84 deletions
|
@ -4,12 +4,12 @@
|
|||
|
||||
from urllib.parse import quote
|
||||
|
||||
from swh.lister.core.indexing_lister import SWHIndexingHttpLister
|
||||
from swh.lister.core.indexing_lister import IndexingHttpLister
|
||||
from swh.lister.npm.models import NpmModel
|
||||
from swh.scheduler.utils import create_task_dict
|
||||
|
||||
|
||||
class NpmListerBase(SWHIndexingHttpLister):
|
||||
class NpmListerBase(IndexingHttpLister):
|
||||
"""List packages available in the npm registry in a paginated way
|
||||
"""
|
||||
MODEL = NpmModel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue