Suppress pylint warning about 'relative import'
This commit is contained in:
parent
daf556ca50
commit
5572e6b3a1
|
@ -367,7 +367,7 @@ class Main:
|
||||||
time.time() - state.last_api_response >= 30):
|
time.time() - state.last_api_response >= 30):
|
||||||
self.stop()
|
self.stop()
|
||||||
elif not state.enableGUI:
|
elif not state.enableGUI:
|
||||||
from tests import core as test_core
|
from tests import core as test_core # pylint: disable=relative-import
|
||||||
test_core_result = test_core.run()
|
test_core_result = test_core.run()
|
||||||
state.enableGUI = True
|
state.enableGUI = True
|
||||||
self.stop()
|
self.stop()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user