[CI] Format code according to conventions (#24100)
This commit is contained in:
@@ -5,6 +5,7 @@ from time import gmtime, strftime
|
|||||||
|
|
||||||
DATETIME_FORMAT = '%Y-%m-%d %H:%M:%S %Z'
|
DATETIME_FORMAT = '%Y-%m-%d %H:%M:%S %Z'
|
||||||
|
|
||||||
|
|
||||||
def current_datetime():
|
def current_datetime():
|
||||||
return strftime(DATETIME_FORMAT, gmtime())
|
return strftime(DATETIME_FORMAT, gmtime())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user