mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update change log
This commit is contained in:
parent
17c02009cc
commit
83eab190a4
1 changed files with 6 additions and 8 deletions
|
|
@ -2,16 +2,14 @@ Fill ``fsm/storage/__init.py__`` and ``fsm/__init__.py`` to simplify imports.
|
|||
|
||||
For example use
|
||||
|
||||
.. code-block:: Python
|
||||
.. code-block:: python
|
||||
|
||||
from aiogram.fsm import RedisStorage, FSMContext, State
|
||||
..
|
||||
from aiogram.fsm import RedisStorage, FSMContext, State
|
||||
|
||||
instead of
|
||||
|
||||
.. code-block:: Python
|
||||
.. code-block:: python
|
||||
|
||||
from aiogram.fsm.storage.redis import RedisStorage
|
||||
from aiogram.fsm.context import FSMContext
|
||||
from aiogram.fsm.state import State
|
||||
..
|
||||
from aiogram.fsm.storage.redis import RedisStorage
|
||||
from aiogram.fsm.context import FSMContext
|
||||
from aiogram.fsm.state import State
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue