Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
zhindes committed Oct 14, 2024
1 parent 62a3cc0 commit ecfe44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handwritten/_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def __getattr__(self, function):
"""


def get_encoding_from_locale():
def get_encoding_from_locale() -> str:
"""
Gets the current locale encoding handling cases where it is unset.
"""
Expand Down

0 comments on commit ecfe44f

Please sign in to comment.