Publishing 2019 R1 content
[platform/upstream/dldt.git] / tools / accuracy_checker / setup.cfg
1 [flake8]
2 max-line-length = 120
3 ignore = F401
4
5 [isort]
6 line_length = 120
7 use_parentheses = True
8 known_third_party = openvino.inference_engine,caffe,cv2