Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Removed locale (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Crissal1995 committed Sep 2, 2023
1 parent cbb2b77 commit 3232d85
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions automsr/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ def to_plain_text(self) -> str:
Return a plain-text representation of the status.
"""

import locale

locale.setlocale(locale.LC_NUMERIC, "")

points_str = "N/A" if self.status.points is None else f"{self.status.points:,}"

retval: List[str] = [
Expand Down

0 comments on commit 3232d85

Please sign in to comment.