Skip to content

Commit 67b007f

Browse files
committed
format
1 parent 795699e commit 67b007f

File tree

1 file changed

+1
-1
lines changed
  • sdk/python/feast/infra/offline_stores/contrib/postgres_offline_store/tests

1 file changed

+1
-1
lines changed

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
@@ -59,7 +59,7 @@ def postgres_container():
5959

6060
class PostgreSQLDataSourceCreator(DataSourceCreator, OnlineStoreCreator):
6161
def create_logged_features_destination(self) -> LoggingDestination:
62-
return LoggingDestination()
62+
return None # type: ignore
6363

6464
def __init__(
6565
self, project_name: str, fixture_request: pytest.FixtureRequest, **kwargs

0 commit comments

Comments
 (0)