style: fix lint errors

This commit is contained in:
2024-12-29 23:59:24 +03:00
parent f97fcf4c34
commit e0a8bea938

View File

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