diff --git a/src/python/typing.rs b/src/python/typing.rs index a96d698f12..fc1f4950f9 100644 --- a/src/python/typing.rs +++ b/src/python/typing.rs @@ -49,7 +49,7 @@ pub static TYPING_EXTENSIONS: Lazy> = Lazy::new(|| { "assert_type", "clear_overloads", "final", - "get_Type_hints", + "get_type_hints", "get_args", "get_origin", "get_overloads",