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 Jun 7, 2022
1 parent 88d141e commit 6ae89af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdk/python/tests/integration/registration/test_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import pandas as pd
import pytest
from isort import stream
from pytest_lazyfixture import lazy_fixture

from feast import FileSource
Expand Down Expand Up @@ -355,7 +354,6 @@ def simple_udf(x: int):

# List Feature Views
assert len(stream_feature_views) == 1
print(stream_feature_views[0])
assert stream_feature_views[0] == sfv

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

0 comments on commit 6ae89af

Please sign in to comment.