Skip to content

Commit 5cd085d

Browse files
committed
format
1 parent 523d20f commit 5cd085d

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-
pass
62+
return None
6363

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

0 commit comments

Comments
 (0)