Skip to content

Commit 74378d0

Browse files
committed
isort
1 parent 4caf773 commit 74378d0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

tests/python/accuracy/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
import json
12
from pathlib import Path
3+
24
import pytest
3-
import json
45

56

67
def pytest_addoption(parser):

tests/python/accuracy/test_YoloV8.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
import functools
12
import os
3+
from distutils.dir_util import copy_tree
4+
from pathlib import Path
25

36
import cv2
47
import numpy as np
@@ -11,9 +14,6 @@
1114
from ultralytics import YOLO
1215
from ultralytics.yolo.engine.results import Results
1316
from ultralytics.yolo.utils import ops
14-
from distutils.dir_util import copy_tree
15-
from pathlib import Path
16-
import functools
1717

1818

1919
# TODO: update docs

0 commit comments

Comments
 (0)