Skip to content

Commit

Permalink
Combine Flask imports to one line in base view
Browse files Browse the repository at this point in the history
  • Loading branch information
michellemounde committed Feb 7, 2024
1 parent 6fbef36 commit a0a59ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/auslib/web/admin/views/base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import logging

from flask import current_app as app
from flask import request
from flask import current_app as app, request
from flask.views import MethodView

from auslib.db import ChangeScheduledError, OutdatedDataError, PermissionDeniedError, UpdateMergeError
Expand Down

0 comments on commit a0a59ea

Please sign in to comment.