Skip to content

Commit

Permalink
fix: pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbanse committed Sep 5, 2024
1 parent 721ab9b commit a3c948a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecologits/_ecologits.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def init(
"""
if isinstance(providers, str):
providers = [providers]
if providers is None:
if providers is None:
providers = list(_INSTRUMENTS.keys())

init_instruments(providers)
Expand Down

0 comments on commit a3c948a

Please sign in to comment.