Skip to content

Commit

Permalink
prune unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored and glenn-jocher committed Nov 19, 2021
1 parent 8df64a9 commit 8299b8a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 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
2 changes: 1 addition & 1 deletion utils/flask_rest_api/restapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import io

import torch
from flask import Flask, request
from PIL import Image
from flask import Flask, request

app = Flask(__name__)

Expand Down
3 changes: 1 addition & 2 deletions utils/loggers/wandb/log_dataset.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import argparse

from wandb_utils import WandbLogger

from utils.general import LOGGER
from wandb_utils import WandbLogger

WANDB_ARTIFACT_PREFIX = 'wandb-artifact://'

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 8299b8a

Please sign in to comment.