Skip to content

Commit 759ea2e

Browse files
committed
Fix aiofiles
1 parent 82745be commit 759ea2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/aiofiles/aiofiles/os.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ from typing_extensions import TypeAlias
88

99
from . import ospath as path
1010

11+
path = path
1112
_FdOrAnyPath: TypeAlias = int | StrOrBytesPath
1213

1314
async def stat(

0 commit comments

Comments
 (0)