Black formating.

pull/649/head
Andrey 2022-08-10 23:25:30 +03:00
rodzic a0b3418bf6
commit 3534456ede
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -91,7 +91,9 @@ def data_generate(
"block_timestamp": block_timestamp,
"data": [
{
key: (value if type(value) is any((int, str)) else str(value))
key: (
value if type(value) is any((int, str)) else str(value)
)
for key, value in dict(row).items()
}
for row in db_session.execute(query, params)