Skip to content

Commit

Permalink
fix: Fixed Attribute Error when running core_tests.py (apache#10154)
Browse files Browse the repository at this point in the history
* fix: changed import order to fix core-test error

* reformatted using black

Co-authored-by: Jason Davis <@dropbox.com>
  • Loading branch information
JasonD28 authored Jun 24, 2020
1 parent 42a56e2 commit c544ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
import pandas as pd
import sqlalchemy as sqla

from tests.test_app import app # isort:skip
import superset.views.utils
from tests.test_app import app
from superset import (
dataframe,
db,
Expand Down

0 comments on commit c544ebd

Please sign in to comment.