Skip to content

Commit 91ca2de

Browse files
committed
ignore import error, hopefully
1 parent d372edf commit 91ca2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scatterplot/scatterplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Greg Von Kuster
33

4-
# pylint: skip-file
4+
# noqa: I100
55

66
from __future__ import print_function
77

0 commit comments

Comments
 (0)