Missed one.
This commit is contained in:
Alex Waygood
2022-04-18 17:09:40 +01:00
committed by GitHub
parent 54af68c789
commit eafc23ddb8

View File

@@ -1,6 +1,6 @@
import sys
from types import MappingProxyType
from typing import ( # noqa: Y027
from typing import ( # noqa: Y027,Y038
AbstractSet as Set,
AsyncGenerator as AsyncGenerator,
AsyncIterable as AsyncIterable,