Skip to content

Commit c35dd0a

Browse files
glenn-jocherpre-commit-ci[bot]
authored andcommitted
Remove unused Timeout import (ultralytics#9073)
* Remove unused Timeout import Signed-off-by: Glenn Jocher <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Signed-off-by: Glenn Jocher <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 338235d commit c35dd0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/plots.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
import torch
2020
from PIL import Image, ImageDraw, ImageFont
2121

22-
from utils.general import (CONFIG_DIR, FONT, LOGGER, Timeout, check_font, check_requirements, clip_coords,
23-
increment_path, is_ascii, threaded, try_except, xywh2xyxy, xyxy2xywh)
22+
from utils.general import (CONFIG_DIR, FONT, LOGGER, check_font, check_requirements, clip_coords, increment_path,
23+
is_ascii, threaded, try_except, xywh2xyxy, xyxy2xywh)
2424
from utils.metrics import fitness
2525

2626
# Settings

0 commit comments

Comments
 (0)