bbbbbbenchh

This commit is contained in:
2026-01-18 02:30:13 +03:00
parent 69e871a639
commit ba9a7b5539
2 changed files with 2 additions and 4 deletions
@@ -29,8 +29,6 @@ def setup_app_with_commands(command_count: int, aliases_per_command: int = 0) ->
pass
app.include_router(router)
with redirect_stdout(io.StringIO()):
app._pre_cycle_setup() # pyright: ignore[reportPrivateUsage]
return app