[pyupgrade] Ignore is_typeddict and TypedDict for deprecated-import (UP035) (#15800)

This commit is contained in:
InSync 2025-01-30 01:05:46 +07:00 committed by GitHub
parent 6c1e19592e
commit d151ca85d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 2 deletions

View file

@ -109,3 +109,9 @@ from typing_extensions import CapsuleType
# UP035 on py313+ only
from typing_extensions import deprecated
# https://github.com/astral-sh/ruff/issues/15780
from typing_extensions import is_typeddict
# https://github.com/astral-sh/ruff/pull/15800#pullrequestreview-2580704217
from typing_extensions import TypedDict