Skip to content

Commit d34559a

Browse files
nzloshcognifloyd
authored andcommitted
Disable false alert on import error.
1 parent 98a8b94 commit d34559a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/examples/actions/ubuntu_pkg_info/ubuntu_pkg_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import subprocess
2020

2121
import six
22-
import lib.datatransformer as transformer
22+
import lib.datatransformer as transformer # pylint:disable=import-error,no-name-in-module
2323

2424

2525
def main(args):

0 commit comments

Comments
 (0)