(20241128) Type hinting added.

This commit is contained in:
2024-11-28 14:39:23 +05:30
parent 7c670d6335
commit 6e7cbef743
+1 -1
View File
@@ -112,7 +112,7 @@ def translate_date_time_string(
datetime_string: str,
source_format: str = None,
destination_format: str = "%Y-%m-%dT%H:%M:%S"
) -> str:
) -> str | None:
"""
To convert an input datetime string to a different format.