mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
[aiofiles] Annotate AiofilesContextManagerTempDir (#11705)
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
"stdlib/xml/dom/minidom.pyi",
|
||||
"stdlib/xml/dom/pulldom.pyi",
|
||||
"stdlib/xml/sax",
|
||||
"stubs/aiofiles/aiofiles/tempfile/__init__.pyi",
|
||||
"stubs/aiofiles/aiofiles/tempfile/temptypes.pyi",
|
||||
"stubs/antlr4-python3-runtime",
|
||||
"stubs/aws-xray-sdk",
|
||||
|
||||
@@ -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