fix isort check

This commit is contained in:
dni
2022-07-25 12:03:06 +02:00
parent 0e393111de
commit 4dfa0873e5
4 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import asyncio
from typing import Callable, NamedTuple, List
from typing import Callable, List, NamedTuple
import httpx
from loguru import logger