Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and glenn-jocher committed Nov 19, 2021
1 parent 8299b8a commit ad1b9f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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 PIL import Image
from flask import Flask, request
from PIL import Image

app = Flask(__name__)

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

from utils.general import LOGGER
from wandb_utils import WandbLogger

from utils.general import LOGGER

WANDB_ARTIFACT_PREFIX = 'wandb-artifact://'


Expand Down

0 comments on commit ad1b9f5

Please sign in to comment.