Jirka Borovec
pre-commit-ci[bot]
commited on
Prune unused imports (#5711)
Browse files* 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>
- models/tf.py +0 -1
- utils/loggers/wandb/wandb_utils.py +0 -1
models/tf.py
CHANGED
@@ -11,7 +11,6 @@ Export:
|
|
11 |
"""
|
12 |
|
13 |
import argparse
|
14 |
-
import logging
|
15 |
import sys
|
16 |
from copy import deepcopy
|
17 |
from pathlib import Path
|
|
|
11 |
"""
|
12 |
|
13 |
import argparse
|
|
|
14 |
import sys
|
15 |
from copy import deepcopy
|
16 |
from pathlib import Path
|
utils/loggers/wandb/wandb_utils.py
CHANGED
@@ -7,7 +7,6 @@ from contextlib import contextmanager
|
|
7 |
from pathlib import Path
|
8 |
from typing import Dict
|
9 |
|
10 |
-
import pkg_resources as pkg
|
11 |
import yaml
|
12 |
from tqdm import tqdm
|
13 |
|
|
|
7 |
from pathlib import Path
|
8 |
from typing import Dict
|
9 |
|
|
|
10 |
import yaml
|
11 |
from tqdm import tqdm
|
12 |
|