Skip to content

Commit cf1dcf9

Browse files
committed
Fix lint
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent d807489 commit cf1dcf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/python/tests/unit/test_feature_service.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def test_feature_view_kw_args_warning():
7474
with pytest.raises(ValueError):
7575
service = FeatureService(features=[], tags={"tag_1": "tag"}, description="desc")
7676

77+
7778
def no_warnings(func):
7879
def wrapper_no_warnings(*args, **kwargs):
7980
with pytest.warns(None) as warnings:
@@ -86,6 +87,7 @@ def wrapper_no_warnings(*args, **kwargs):
8687

8788
return wrapper_no_warnings
8889

90+
8991
@no_warnings
9092
def test_feature_view_kw_args_normal():
9193
file_source = FileSource(name="my-file-source", path="test.parquet")

0 commit comments

Comments
 (0)