Commit c63c89d8 authored by Michal Čihař's avatar Michal Čihař

Overrides for not referenced abstract classes

They are referenced from submodules.
parent fa9efcf4
......@@ -24,6 +24,8 @@ from trans.models import Unit, SubProject
class WeblateCommand(BaseCommand):
# Abstract class is only referenced 1 times
# pylint: disable=R0922
'''
Command which accepts project/subproject/--all params to process.
'''
......@@ -92,6 +94,8 @@ class WeblateCommand(BaseCommand):
class WeblateLangCommand(WeblateCommand):
# Abstract class not referenced
# pylint: disable=R0921
option_list = WeblateCommand.option_list + (
make_option(
'--lang',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment