Skip to content

fix: add return type annotation to Path.cwd() - #251

Open
ltsyk wants to merge 1 commit into
jaraco:mainfrom
ltsyk:fix/cwd-return-type-annotation
Open

fix: add return type annotation to Path.cwd()#251
ltsyk wants to merge 1 commit into
jaraco:mainfrom
ltsyk:fix/cwd-return-type-annotation

Conversation

@ltsyk

@ltsyk ltsyk commented Jul 30, 2026

Copy link
Copy Markdown

Summary

Path.cwd() lacked a return type annotation (issue #243).

Change

Annotate as -> Self.

Fixes #243

Annotate Path.cwd() -> Self (issue jaraco#243)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Path.cwd() is missing a return type annotation

1 participant