Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
  • Loading branch information
felixwang9817 committed Jan 27, 2022
1 parent e7db579 commit b400483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/python/tests/integration/registration/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ def test_nullable_online_store(test_nullable_online_store) -> None:

with tempfile.TemporaryDirectory() as repo_dir_name:
try:
repo_path = Path(repo_dir_name)
feature_store_yaml = make_feature_store_yaml(
project, test_nullable_online_store, repo_dir_name
project, test_nullable_online_store, repo_path
)
repo_path = Path(repo_dir_name)

repo_config = repo_path / "feature_store.yaml"

Expand Down

0 comments on commit b400483

Please sign in to comment.