We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d82d1c commit 85b8eecCopy full SHA for 85b8eec
packs/fixtures/actions/pythonactions/datastore_test_action.py
@@ -3,7 +3,7 @@
3
4
# This is to test imports within actions folder to check
5
# if we messed up sys.path for actions.
6
-from base import DummyClass # pylint: disable=no-name-in-module
+from base import DummyClass # pylint: disable=import-error,no-name-in-module
7
8
from st2actions.runners.pythonrunner import Action
9
from st2client.client import Client
0 commit comments