mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-14 19:00:23 +00:00
chore: apply lint&reformat (#1307)
This commit is contained in:
parent
ac62184443
commit
490381b57f
3 changed files with 4 additions and 7 deletions
|
|
@ -1,9 +1,6 @@
|
|||
import pytest
|
||||
|
||||
from aiogram.utils.deep_linking import (
|
||||
create_start_link,
|
||||
create_startgroup_link,
|
||||
)
|
||||
from aiogram.utils.deep_linking import create_start_link, create_startgroup_link
|
||||
from aiogram.utils.payload import decode_payload, encode_payload
|
||||
from tests.mocked_bot import MockedBot
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue