mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-04 02:23:24 +08:00
[aiofiles] Annotate AiofilesContextManagerTempDir (#11705)
This commit is contained in:
@@ -256,4 +256,4 @@ def TemporaryDirectory(
|
||||
) -> AiofilesContextManagerTempDir[None, None, AsyncTemporaryDirectory]: ...
|
||||
|
||||
class AiofilesContextManagerTempDir(AiofilesContextManager[_T_co, _T_contra, _V_co]):
|
||||
async def __aenter__(self): ...
|
||||
async def __aenter__(self) -> str: ... # type: ignore[override]
|
||||
|
||||
Reference in New Issue
Block a user