This commit is contained in:
Alex Root Junior 2020-01-13 21:34:50 +02:00
parent b61cc04e9a
commit d37a7f0a0d
3 changed files with 1 additions and 4 deletions

View file

@ -1,7 +1,6 @@
from __future__ import annotations
import copy
from typing import Any, Callable, Dict, Optional, TypeVar, cast
from typing import Callable, Optional, TypeVar, cast
from aiohttp import ClientSession, FormData

View file

@ -1,6 +1,5 @@
from __future__ import annotations
import copy
from itertools import chain
from typing import (
TYPE_CHECKING,

View file

@ -1,4 +1,3 @@
import copy
from typing import AsyncContextManager
import aiohttp