Skip to content

Commit

Permalink
ci: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 25, 2024
1 parent eb89a8b commit e8fe50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

IS_LOADED = False

__all__ = ("is_loaded", "set_loaded", "load_env")
__all__ = ("is_loaded", "load_env", "set_loaded")


def is_loaded() -> bool:
Expand Down

0 comments on commit e8fe50b

Please sign in to comment.