diff --git a/otterdog/utils.py b/otterdog/utils.py index d63e78e..e0bd8ef 100644 --- a/otterdog/utils.py +++ b/otterdog/utils.py @@ -611,4 +611,4 @@ def format_date_for_csv(iso_date_str : str) -> str: if iso_date_str is None: return "" date_obj = datetime.fromisoformat(iso_date_str) - return date_obj.strftime("%d/%m/%Y %H:%M:%S") \ No newline at end of file + return date_obj.strftime("%d/%m/%Y %H:%M:%S")