Skip to content

Commit 8b8b35e

Browse files
committed
fix wrong-import-order
1 parent 28b1c9d commit 8b8b35e

File tree

1 file changed

+1
-1
lines changed
  • tools/accuracy_checker/accuracy_checker/preprocessor

1 file changed

+1
-1
lines changed

tools/accuracy_checker/accuracy_checker/preprocessor/crop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
limitations under the License.
1515
"""
1616

17-
import cv2
1817
import math
18+
import cv2
1919
import numpy as np
2020
from PIL import Image
2121

0 commit comments

Comments
 (0)