Skip to content

Commit

Permalink
Fix __all__ in i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
ntoll committed Feb 2, 2024
1 parent 71cf0d2 commit a8a89a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invent/i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


__all__ = [
"load",
"load_translations",
"set_language",
"get_language",
"_",
Expand Down

0 comments on commit a8a89a3

Please sign in to comment.