mirror of
https://github.com/astral-sh/ruff
synced 2026-01-24 06:50:59 -05:00
Fix typo in typing_extensions (#2298)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user