Skip to content

Commit 2fab232

Browse files
cleanup
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 3408523 commit 2fab232

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

sdk/python/feast/transformation/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
from feast.transformation.mode import TransformationMode
2222

2323

24-
2524
class Transformation(ABC):
2625
"""
2726
Base Transformation class. Can be used to define transformations that can be applied to FeatureViews.

sdk/python/feast/transformation/mode.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ class TransformationMode(Enum):
99
RAY = "ray"
1010
SQL = "sql"
1111
SUBSTRAIT = "substrait"
12-
13-

sdk/python/tests/unit/transformation/test_unified_transformation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ def consistent_transform(inputs):
107107

108108
assert actual_output == expected_output
109109

110-
111110
def test_transformation_attributes(self):
112111
"""Test that Transformation gets all the attributes"""
113112

0 commit comments

Comments
 (0)