mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
sort imports
This commit is contained in:
parent
57c6766514
commit
f589a1269a
110 changed files with 203 additions and 238 deletions
|
|
@ -27,6 +27,7 @@ class FakeTelegram(aresponses.ResponsesMockServer):
|
|||
@staticmethod
|
||||
def parse_data(message_data):
|
||||
import json
|
||||
|
||||
from aiogram.utils.payload import _normalize
|
||||
|
||||
_body = '{"ok":true,"result":' + json.dumps(_normalize(message_data)) + '}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue