Skip to content

Commit cb4673c

Browse files
Prune unused imports (ultralytics#5711)
* prune unused imports * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7631c80 commit cb4673c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

models/tf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"""
1212

1313
import argparse
14-
import logging
1514
import sys
1615
from copy import deepcopy
1716
from pathlib import Path

utils/loggers/wandb/wandb_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from pathlib import Path
88
from typing import Dict
99

10-
import pkg_resources as pkg
1110
import yaml
1211
from tqdm import tqdm
1312

0 commit comments

Comments
 (0)