[CI] Format code according to conventions (#24100)

This commit is contained in:
QMK Bot
2024-07-12 08:58:57 +10:00
committed by GitHub
parent 063f1444c6
commit 7d94db8661

View File

@ -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())