Skip to content

Commit

Permalink
Prune unused imports (#5711)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Borda and pre-commit-ci[bot] authored Nov 19, 2021
1 parent 8df64a9 commit eb51ffd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion models/tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"""

import argparse
import logging
import sys
from copy import deepcopy
from pathlib import Path
Expand Down
1 change: 0 additions & 1 deletion utils/loggers/wandb/wandb_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from pathlib import Path
from typing import Dict

import pkg_resources as pkg
import yaml
from tqdm import tqdm

Expand Down

0 comments on commit eb51ffd

Please sign in to comment.