Skip to content

Commit 523d20f

Browse files
committed
format
1 parent e2d8008 commit 523d20f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

sdk/python/feast/infra/offline_stores/contrib/postgres_offline_store/tests/data_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
from testcontainers.core.waiting_utils import wait_for_logs
88

99
from feast.data_source import DataSource
10+
from feast.feature_logging import LoggingDestination
1011
from feast.infra.offline_stores.contrib.postgres_offline_store.postgres import (
1112
PostgreSQLOfflineStoreConfig,
1213
PostgreSQLSource,
1314
)
1415
from feast.infra.utils.postgres.connection_utils import df_to_postgres_table
1516
from feast.infra.utils.postgres.postgres_config import PostgreSQLConfig
16-
from feast.feature_logging import LoggingDestination
1717
from tests.integration.feature_repos.universal.data_source_creator import (
1818
DataSourceCreator,
1919
)

sdk/python/feast/infra/online_stores/contrib/postgres_repo_configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
FULL_REPO_CONFIGS = [
99
IntegrationTestRepoConfig(
10-
online_store="postgres",
11-
online_store_creator=PostgreSQLDataSourceCreator),
10+
online_store="postgres", online_store_creator=PostgreSQLDataSourceCreator
11+
),
1212
]

0 commit comments

Comments
 (0)