Skip to content

Commit

Permalink
removed second import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes committed Jun 3, 2022
1 parent 173ef91 commit 56da2f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arm/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from flask_migrate import Migrate
from flask_cors import CORS
from flask_wtf import CSRFProtect
from flask.logging import default_handler # noqa: F401
from getpass import getpass # noqa: F401

from flask_login import LoginManager
Expand Down

0 comments on commit 56da2f7

Please sign in to comment.