[pyupgrade] Make example error out-of-the-box (UP046) (#19295)
This commit is contained in:
@@ -43,7 +43,7 @@ use super::{
|
||||
/// ## Example
|
||||
///
|
||||
/// ```python
|
||||
/// from typing import TypeVar
|
||||
/// from typing import Generic, TypeVar
|
||||
///
|
||||
/// T = TypeVar("T")
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user