Unverified Commit 089cc1f4 authored by M Bernt's avatar M Bernt Committed by GitHub
Browse files

Alias needs to be a classmethod

parent 0f5bbc05
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -109,6 +109,7 @@ class Linter(ABC):
        submodules.import_submodules(galaxy.tool_util.linters)
        return [s.__name__ for s in cls.__subclasses__()]

    @classmethod
    list_listers = list_linters  # deprecated alias