mirror of
https://github.com/qmk/qmk_firmware
synced 2024-12-22 08:26:21 +00:00
[CI] Format code according to conventions (#24100)
This commit is contained in:
parent
063f1444c6
commit
7d94db8661
@ -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())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user