Skip to content

Commit 85b8eec

Browse files
committed
Pylint: Ignore import-error and no-name-in-module
1 parent 5d82d1c commit 85b8eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packs/fixtures/actions/pythonactions/datastore_test_action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# This is to test imports within actions folder to check
55
# if we messed up sys.path for actions.
6-
from base import DummyClass # pylint: disable=no-name-in-module
6+
from base import DummyClass # pylint: disable=import-error,no-name-in-module
77

88
from st2actions.runners.pythonrunner import Action
99
from st2client.client import Client

0 commit comments

Comments
 (0)