Remove unused import

This commit is contained in:
Adam Goldsmith 2022-09-10 23:18:54 -04:00
parent 4547b352a7
commit 1ef48c6555
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
from collections.abc import Iterator
from typing import TypedDict, Optional, Union, Any
import aiohttp