style: fix lint errors

This commit is contained in:
Maxim Slipenko 2024-12-29 23:59:24 +03:00
parent f97fcf4c34
commit e0a8bea938
No known key found for this signature in database
GPG Key ID: 6DEA9FA7DE98C7D6

View File

@ -20,8 +20,8 @@ async def main():
block_loader("standard", "help"),
],
metainfo={
'app_version': os.getenv('APP_VERSION'),
}
"app_version": os.getenv("APP_VERSION"),
},
)
await ocab.start()