mirror of
https://github.com/paul-nameless/tg
synced 2024-11-25 05:10:22 +00:00
fix isort
This commit is contained in:
parent
b4d373aee5
commit
19dc0f4c9a
2 changed files with 1 additions and 2 deletions
|
@ -21,4 +21,4 @@ line-length = 79
|
|||
[tool.isort]
|
||||
line_length = 79
|
||||
multi_line_output = 3
|
||||
include_trailing_comma = true
|
||||
include_trailing_comma = true
|
||||
|
|
|
@ -9,7 +9,6 @@ from tempfile import NamedTemporaryFile
|
|||
from typing import Any, Callable, Dict, List, Optional
|
||||
|
||||
from telegram.utils import AsyncResult
|
||||
|
||||
from tg import config
|
||||
from tg.models import Model
|
||||
from tg.msg import MsgProxy
|
||||
|
|
Loading…
Reference in a new issue