Skip to content

Commit 5cd5a26

Browse files
committed
pants: ignore pylint error
1 parent 3601300 commit 5cd5a26

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

contrib/examples/actions/pythonactions/isprime.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515

1616
import math
1717

18-
from environ import get_environ
18+
# TODO: extend pants and pants-plugins/pack_metadata to add lib dirs extra_sys_path for pylint
19+
from environ import get_environ # pylint: disable=E0401
1920
from st2common.runners.base_action import Action
2021

2122

0 commit comments

Comments
 (0)