Fix typo in typing_extensions (#2298)

This commit is contained in:
Jonxslays 2023-01-28 08:03:54 -07:00 committed by GitHub
parent 861df12269
commit 0fa8c578cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",