Small changes in the documentation

This commit is contained in:
JRoot Junior 2023-11-23 00:31:53 +02:00
parent 328ad7627b
commit 695e01b3da
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,7 @@
import pytest
import sys
import pytest
from aiogram.fsm.state import State, StatesGroup, any_state
PY312_OR_GREATER = sys.version_info >= (3, 12)