Skip to content

Commit d67e917

Browse files
push change
1 parent 4327805 commit d67e917

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utils/date_time_utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ class DateTimeUtils:
66
A utility class for doing common actions with datetimes.
77
"""
88

9-
def __init__(self):
10-
pass
11-
129
@staticmethod
1310
def current_datetime(format_date: str = "%d/%m/%Y %H:%M") -> str:
1411
"""Gets the current datetime in the specified format.

0 commit comments

Comments
 (0)