Skip to content

Commit

Permalink
pants: ignore pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Sep 12, 2024
1 parent 3ff52e8 commit a026915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/examples/actions/pythonactions/isprime.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

import math

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


Expand Down

0 comments on commit a026915

Please sign in to comment.