Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannica committed Dec 22, 2023
1 parent b603fe6 commit 6d2fb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zenml/zen_stores/migrations/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def run_migrations() -> None:
if store_cfg is None or store_cfg.type != StoreType.SQL:
store_cfg = GlobalConfiguration().get_default_store()

store = SqlZenStore( # type: ignore
store = SqlZenStore(
config=store_cfg,
skip_default_registrations=True,
skip_migrations=True,
Expand Down

0 comments on commit 6d2fb98

Please sign in to comment.