Skip to content

Commit

Permalink
removed second import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes committed Jun 3, 2022
1 parent b4cb217 commit 46aec62
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions arm/ui/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@
from werkzeug.routing import ValidationError
import yaml
from flask.logging import default_handler # noqa: F401
import arm.config.config as cfg

from pathlib import Path
from flask.logging import default_handler # noqa: F401

import arm.config.config as cfg
from arm.ui import app, db
from arm.models import models
from arm.ui.metadata import tmdb_search, get_tmdb_poster, tmdb_find, call_omdb_api
Expand Down

0 comments on commit 46aec62

Please sign in to comment.