Skip to content

Commit 11d2914

Browse files
cleaned up and have tests behaving
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent adbaeb6 commit 11d2914

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sdk/python/feast/base_feature_view.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ def __eq__(self, other):
161161
or self.description != other.description
162162
or self.tags != other.tags
163163
or self.owner != other.owner
164-
or self.source != other.source
165164
):
166165
# This is meant to ignore the File Source change to Push Source
167166
if isinstance(type(self.source), type(other.source)):

0 commit comments

Comments
 (0)