Skip to content

code action for Call to deprecated overload contextlib.contextmanager #4245

Description

@asukaminato0721

Call to deprecated overload contextlib.contextmanager
Annotating the return type as -> Iterator[Foo] with @contextmanager is deprecated. Use -> Generator[Foo] instead.Pyreflydeprecated

Metadata

Metadata

Labels

language-serverIssues specific to our IDE integration rather than type checking

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions