mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
python(test): enable pylint checks for tests
This commit is contained in:
@@ -17,7 +17,6 @@ from tests_common import NewOpenCVTests
|
||||
def circleApproximation(circle):
|
||||
|
||||
nPoints = 30
|
||||
phi = 0
|
||||
dPhi = 2*pi / nPoints
|
||||
contour = []
|
||||
for i in range(nPoints):
|
||||
|
||||
Reference in New Issue
Block a user