commit: 7d94db86613113c6298ee41605d37c0ed99e3cdc
parent 063f1444c68a64a02fe2f5c3de2f8fa765f53533
Author: QMK Bot <hello@qmk.fm>
Date: Fri, 12 Jul 2024 08:58:57 +1000
[CI] Format code according to conventions (#24100)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/util/ci/firmware_list_generator.py b/util/ci/firmware_list_generator.py
@@ -5,6 +5,7 @@ from time import gmtime, strftime
DATETIME_FORMAT = '%Y-%m-%d %H:%M:%S %Z'
+
def current_datetime():
return strftime(DATETIME_FORMAT, gmtime())