diff --git a/automsr/mail.py b/automsr/mail.py index eaaf76b..d850c5c 100644 --- a/automsr/mail.py +++ b/automsr/mail.py @@ -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] = [