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:
@@ -23,8 +23,6 @@ from tests_common import NewOpenCVTests, intersectionRate
|
||||
class facedetect_test(NewOpenCVTests):
|
||||
|
||||
def test_facedetect(self):
|
||||
import sys, getopt
|
||||
|
||||
cascade_fn = self.repoPath + '/data/haarcascades/haarcascade_frontalface_alt.xml'
|
||||
nested_fn = self.repoPath + '/data/haarcascades/haarcascade_eye.xml'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user