Fix pylint errors

This commit is contained in:
James R. Barlow
2018-02-24 11:59:01 -08:00
parent 3de83627a9
commit e7bcb95635
2 changed files with 7 additions and 3 deletions
+3
View File
@@ -17,6 +17,9 @@ from math import isclose
import PIL
# pytest.helpers is dynamic
# pylint: disable=no-member
# pylint: disable=w0612
check_ocrmypdf = pytest.helpers.check_ocrmypdf
run_ocrmypdf = pytest.helpers.run_ocrmypdf