mirror of https://github.com/astral-sh/ruff
Fix typo in typing_extensions (#2298)
This commit is contained in:
parent
861df12269
commit
0fa8c578cb
|
|
@ -49,7 +49,7 @@ pub static TYPING_EXTENSIONS: Lazy<FxHashSet<&'static str>> = Lazy::new(|| {
|
|||
"assert_type",
|
||||
"clear_overloads",
|
||||
"final",
|
||||
"get_Type_hints",
|
||||
"get_type_hints",
|
||||
"get_args",
|
||||
"get_origin",
|
||||
"get_overloads",
|
||||
|
|
|
|||
Loading…
Reference in New Issue