Skip to content

Commit 4d2243a

Browse files
committed
fix pylint issue This will supress some random E0401 warnings.
1 parent e30fd6e commit 4d2243a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pylintrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[MASTER]
2+
init-hook='import sys; sys.path.append(".")'

0 commit comments

Comments
 (0)