mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Reformat code
This commit is contained in:
parent
d41d38d49f
commit
088116e1c7
12 changed files with 18 additions and 19 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import aresponses
|
||||
|
||||
from aiogram import Bot
|
||||
|
||||
TOKEN = '123456789:AABBCCDDEEFFaabbccddeeff-1234567890'
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
from aiogram import Dispatcher, Bot
|
||||
|
||||
import pytest
|
||||
|
||||
from aiogram import Dispatcher, Bot
|
||||
|
||||
pytestmark = pytest.mark.asyncio
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue