fix isort

This commit is contained in:
Alexander Zveruk 2020-06-28 00:26:47 +03:00
parent b4d373aee5
commit 19dc0f4c9a
2 changed files with 1 additions and 2 deletions

View file

@ -21,4 +21,4 @@ line-length = 79
[tool.isort]
line_length = 79
multi_line_output = 3
include_trailing_comma = true
include_trailing_comma = true

View file

@ -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