Apply isort to test files

This commit is contained in:
François Voron
2020-10-14 14:12:04 +02:00
parent ad56933836
commit 46b9d90ec4
11 changed files with 17 additions and 21 deletions

View File

@ -1,4 +1,4 @@
from typing import AsyncGenerator, cast, Dict, Any
from typing import Any, AsyncGenerator, Dict, cast
import httpx
import pytest