ynop / audiomate

Function contains unused argument PYL-W0613
Anti-pattern
Major
1 occurrence in this check
Unused argument 'path'
150    def type(cls):
151        return 'voxforge'
152
153    def _check_for_missing_files(self, path):154        return []
155
156    def _load(self, path):