pylint disable workbench check for now
This commit is contained in:
parent
48d7bfd225
commit
77d8c68b13
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def main():
|
||||||
command = getattr(args, 'command', 'help')
|
command = getattr(args, 'command', 'help')
|
||||||
|
|
||||||
if command == 'gui':
|
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()
|
return start_app()
|
||||||
|
|
||||||
loop = asyncio.get_event_loop()
|
loop = asyncio.get_event_loop()
|
||||||
|
|
Loading…
Reference in a new issue