Skip to content

Commit

Permalink
fix: fix flake8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Nov 27, 2023
1 parent 9fe4266 commit 3d45507
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import importlib

from .log import get_logger, init_sentry
from .log import get_logger, init_sentry # noqa: F401


def load_class_object_from_string(qualifier: str) -> type:
Expand Down
1 change: 0 additions & 1 deletion app/utils/io.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import gzip
import json
from pathlib import Path
from typing import Callable, Iterable

Expand Down

0 comments on commit 3d45507

Please sign in to comment.