summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2024-07-12 08:58:57 +1000
committerGitHub <noreply@github.com>2024-07-12 08:58:57 +1000
commit7d94db86613113c6298ee41605d37c0ed99e3cdc (patch)
treecf84ac7770c51d782b06e7d94607bdc1cea0eac6
parent063f1444c68a64a02fe2f5c3de2f8fa765f53533 (diff)
[CI] Format code according to conventions (#24100)0.25.14
-rw-r--r--util/ci/firmware_list_generator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/ci/firmware_list_generator.py b/util/ci/firmware_list_generator.py
index 926939f4c3..18697959f0 100644
--- 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())