From 7c4702ae26c0eb2f1aa831bff62ced9216946715 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Sat, 27 Apr 2024 17:21:51 +0200 Subject: [PATCH] format --- docs/async.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/async.md b/docs/async.md index 5c7357d..28abf98 100644 --- a/docs/async.md +++ b/docs/async.md @@ -1,8 +1,9 @@ ## Async support To run banks within an `asyncio` loop you have to do two things: -1. set the environment variable `BANKS_ASYNC_ENABLED=true`. -2. use the `AsyncPrompt` class that has an awaitable `run` method. + + 1. set the environment variable `BANKS_ASYNC_ENABLED=true`. + 2. use the `AsyncPrompt` class that has an awaitable `run` method. Example: ```python