File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
28
28
os .environ ["FEAST_USAGE" ] = "False"
29
29
os .environ ["IS_TEST" ] = "True"
30
- from feast import FeatureStore
31
- from feast .wait import wait_retry_backoff
32
- from tests .data .data_creator import create_basic_driver_dataset
33
- from tests .integration .feature_repos .integration_test_repo_config import (
30
+ from feast import FeatureStore # noqa: E402
31
+ from feast .wait import wait_retry_backoff # noqa: E402
32
+ from tests .data .data_creator import create_basic_driver_dataset # noqa: E402
33
+ from tests .integration .feature_repos .integration_test_repo_config import ( # noqa: E402
34
34
IntegrationTestRepoConfig ,
35
35
)
36
- from tests .integration .feature_repos .repo_configuration import (
36
+ from tests .integration .feature_repos .repo_configuration import ( # noqa: E402
37
37
AVAILABLE_OFFLINE_STORES ,
38
38
AVAILABLE_ONLINE_STORES ,
39
39
OFFLINE_STORE_TO_PROVIDER_CONFIG ,
42
42
construct_test_environment ,
43
43
construct_universal_test_data ,
44
44
)
45
- from tests .integration .feature_repos .universal .data_sources .file import (
45
+ from tests .integration .feature_repos .universal .data_sources .file import ( # noqa: E402
46
46
FileDataSourceCreator ,
47
47
)
48
48
You can’t perform that action at this time.
0 commit comments