Skip to content

Commit

Permalink
styles: add isort lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nhymxu committed May 16, 2024
1 parent d5a936d commit d673cb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ indent-width = 4
select = [
"E",
"F",
"I",
"W",
]
ignore = [
Expand Down
2 changes: 0 additions & 2 deletions web.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
from flask import send_file

from logics.auth_middleware import require_authentication

from logics.webserver import create_app


load_dotenv()
app = create_app()

Expand Down

0 comments on commit d673cb1

Please sign in to comment.