Skip to content

Commit b7e0b2d

Browse files
committed
Fix aiofiles
1 parent 82745be commit b7e0b2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stubs/aiofiles/aiofiles/os.pyi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ from os import stat_result
66
from typing import Any, overload
77
from typing_extensions import TypeAlias
88

9-
from . import ospath as path
9+
from . import ospath
10+
11+
path = ospath
1012

1113
_FdOrAnyPath: TypeAlias = int | StrOrBytesPath
1214

0 commit comments

Comments
 (0)