Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Apr 5, 2022
1 parent c871a59 commit 1f16637
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/python/feast/data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ def __init__(
),
DeprecationWarning,
)
self.name = name
self.timestamp_field = timestamp_field or event_timestamp_column or ""
self.created_timestamp_column = (
created_timestamp_column if created_timestamp_column else ""
Expand Down

0 comments on commit 1f16637

Please sign in to comment.