mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
fix pylint warnings
pylint 1.8.3
This commit is contained in:
@@ -45,7 +45,7 @@ def main():
|
||||
|
||||
|
||||
small = img
|
||||
for i in xrange(3):
|
||||
for _i in xrange(3):
|
||||
small = cv.pyrDown(small)
|
||||
|
||||
def onmouse(event, x, y, flags, param):
|
||||
|
||||
Reference in New Issue
Block a user