Skip to content

Commit

Permalink
remove local
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas.bernhard committed Nov 19, 2024
1 parent ea96e74 commit 5611537
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions schafkopf/core/gmail.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import locale
import smtplib
from email.mime.multipart import MIMEMultipart
from email.mime.text import MIMEText
Expand Down Expand Up @@ -119,7 +118,6 @@ def create_calendar_entry(start: datetime, summary: str) -> MIMEBase:


def format_datetime(dt: datetime):
locale.setlocale(locale.LC_ALL, 'en_US.UTF-8')
weekday_name = dt.strftime('%A')
month_name = dt.strftime('%B')
day = dt.day
Expand Down

0 comments on commit 5611537

Please sign in to comment.