[pyupgrade] Make example error out-of-the-box (UP046) (#19295)

This commit is contained in:
GiGaGon
2025-07-12 06:54:56 -07:00
committed by GitHub
parent 7154b64248
commit 4bc27133a9

View File

@@ -43,7 +43,7 @@ use super::{
/// ## Example
///
/// ```python
/// from typing import TypeVar
/// from typing import Generic, TypeVar
///
/// T = TypeVar("T")
///