Calum Lind e37c817151 [Lint] Refactor flake8 noqa's and add msg numbers
From pep8-naming:
 * N802: function name should be lowercase
 * N803: argument name should be lowercase
2016-11-04 18:03:21 +00:00

4 lines
85 B
Python

from deluge.ui.console.cmdline.command import BaseCommand
__all__ = ['BaseCommand']