pylint disable workbench check for now

This commit is contained in:
Lex Berezhny 2018-11-03 19:55:20 -04:00
parent 48d7bfd225
commit 77d8c68b13

View file

@ -42,7 +42,7 @@ def main():
command = getattr(args, 'command', 'help')
if command == 'gui':
from torba.workbench import main as start_app
from torba.workbench import main as start_app # pylint: disable=E0611,E0401
return start_app()
loop = asyncio.get_event_loop()