Skip to content

Commit 6ae89af

Browse files
committed
Fix
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent 88d141e commit 6ae89af

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

sdk/python/tests/integration/registration/test_registry.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
import pandas as pd
1919
import pytest
20-
from isort import stream
2120
from pytest_lazyfixture import lazy_fixture
2221

2322
from feast import FileSource
@@ -355,7 +354,6 @@ def simple_udf(x: int):
355354

356355
# List Feature Views
357356
assert len(stream_feature_views) == 1
358-
print(stream_feature_views[0])
359357
assert stream_feature_views[0] == sfv
360358

361359
test_registry.delete_feature_view("test kafka stream feature view", project)

0 commit comments

Comments
 (0)