Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Yun Nan Liu <yunnanl@twitter.com>
  • Loading branch information
Yun Nan Liu committed Jan 20, 2022
1 parent d2aee4a commit 59d3986
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdk/python/feast/repo_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,9 @@ def apply_total(repo_config: RepoConfig, repo_path: Path, skip_source_validation

os.chdir(repo_path)
project, registry, repo, store = _prepare_registry_and_repo(repo_config, repo_path)
apply_total_with_repo_instance(store, project, registry, repo, skip_source_validation)
apply_total_with_repo_instance(
store, project, registry, repo, skip_source_validation
)


def log_cli_output(diff, views_to_delete, views_to_keep):
Expand Down

0 comments on commit 59d3986

Please sign in to comment.