HomeSoftware Heritage

swh.lister.core: Remove abstractmethod

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

swh.lister.core: Remove abstractmethod

Some of the new listers like GNU and CRAN do not
follow the conventional way of making an HTTP
request, hence they do not need some of the methods
which are usually needed by in conventional HTTP
request.

But those method are marked abstractmethod in the
core making them necessary to be present. So it is in
best to remove abstractmethod to increase the
readability of those listers.

Details

Provenance
nahimilegaAuthored on Jun 8 2019, 1:21 PM
nahimilegaPushed on Jun 8 2019, 5:38 PM
Differential Revision
D1566: swh.lister.core: Remove abstractmethod
Build Status
Buildable 6115
Build 8425: test-and-build

Commit No Longer Exists

This commit no longer exists in the repository.