Skip to content

Commit

Permalink
Fix import in contrib.tests.cache_tests - see apache#3302
Browse files Browse the repository at this point in the history
  • Loading branch information
rhunwicks committed Oct 15, 2017
1 parent a0657a9 commit bb78be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/tests/cache_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from tests.base_tests import SupersetTestCase

from contrib.connectors.pandas.cache import DataFrameCache
from contrib.cache.dataframe import DataFrameCache


class DataFrameCacheTestCase(SupersetTestCase):
Expand Down

0 comments on commit bb78be8

Please sign in to comment.