Skip to content

Commit 9eafa0c

Browse files
committed
unification
1 parent 454e359 commit 9eafa0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ignore-patterns=^\.#
5757
# (useful for modules/projects where namespaces are manipulated during runtime
5858
# and thus existing member attributes cannot be deduced by static analysis). It
5959
# supports qualified module names, as well as Unix pattern matching.
60-
ignored-modules=
60+
ignored-modules=cv2
6161

6262
# Python code to execute, usually for sys.path manipulation such as
6363
# pygtk.require().

0 commit comments

Comments
 (0)