mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 09:22:03 +00:00
Use json util instead of std json
This commit is contained in:
parent
9e894cf06b
commit
7c19634379
2 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import json
|
||||
from ..utils import json
|
||||
import logging
|
||||
import os
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
import datetime
|
||||
import json
|
||||
import time
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue