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):
|
||||
self.stop()
|
||||
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()
|
||||
state.enableGUI = True
|
||||
self.stop()
|
||||
|
|
Loading…
Reference in New Issue
Block a user