Skip to content

Commit

Permalink
correct import order (linter complains)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasP0815 committed Apr 24, 2023
1 parent 6820eb0 commit 621eb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_appbuilder/tests/test_mvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
from flask_appbuilder.models.group import aggregate_avg, aggregate_count, aggregate_sum
from flask_appbuilder.models.sqla.filters import (
FilterEqual,
FilterStartsWith,
FilterEqualFunction,
FilterStartsWith,
)
from flask_appbuilder.models.sqla.interface import SQLAInterface
from flask_appbuilder.views import CompactCRUDMixin, MasterDetailView, ModelView
Expand Down

0 comments on commit 621eb0d

Please sign in to comment.