From 6283aa1cb808c08e0b7d4c3b3ee27ac1f8c614ce Mon Sep 17 00:00:00 2001 From: "alex.eijssen" Date: Fri, 24 Jun 2022 09:45:45 +0200 Subject: [PATCH] Linting issue Signed-off-by: alex.eijssen --- .../contrib/postgres_offline_store/postgres_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/feast/infra/offline_stores/contrib/postgres_offline_store/postgres_source.py b/sdk/python/feast/infra/offline_stores/contrib/postgres_offline_store/postgres_source.py index be3f873412..74b7a5df8a 100644 --- a/sdk/python/feast/infra/offline_stores/contrib/postgres_offline_store/postgres_source.py +++ b/sdk/python/feast/infra/offline_stores/contrib/postgres_offline_store/postgres_source.py @@ -32,7 +32,7 @@ def __init__( date_partition_column=date_partition_column, description=description, tags=tags, - owner=owner + owner=owner, ) def __hash__(self):