-
-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Description
Mypy reports:
error: Call to untyped function "cwd" of "Path" in typed context [no-untyped-call]
–& indeed:
Lines 254 to 259 in 0f86209
| def cwd(cls): | |
| """Return the current working directory as a path object. | |
| .. seealso:: :func:`os.getcwd` | |
| """ | |
| return cls(os.getcwd()) |
Metadata
Metadata
Assignees
Labels
No labels