Обновить last_friday_datetime.py

This commit is contained in:
Шимченко 2025-07-02 14:19:53 +00:00
parent bc3d92f1b4
commit 39d141df78

View File

@ -10,5 +10,3 @@ def get_last_friday(a: str) -> str:
last_day -= timedelta(days=1)
return last_day.strftime("%d.%m.%Y")
print(get_last_friday("05/2022"))