1
0

Manual format of md example

This commit is contained in:
Mathieu Velten
2022-11-22 18:12:17 +01:00
parent 53ca28a657
commit 4b9c67b33e
@@ -374,7 +374,7 @@ async def do_something() -> None:
# `do_something_else` will get its own independent
# logging context. `request-1` will not count any
# metrics from `do_something_else`.
run_as_background_process( # type: ignore[unused-awaitable]
run_as_background_process( # type: ignore[unused-awaitable]
"do_something_else",
do_something_else,
to_resolve,