Skip to content

Commit c389c5d

Browse files
committed
Add _hmac and _types to wanted modules
1 parent ba18e41 commit c389c5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/validation.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,8 @@ const GLOBAL_EXTENSIONS_PYTHON_3_14: &[&str] = &[
763763
"_tokenize",
764764
"_typing",
765765
"_zoneinfo",
766+
"_hmac",
767+
"_types",
766768
];
767769

768770
const GLOBAL_EXTENSIONS_MACOS: &[&str] = &["_scproxy"];

0 commit comments

Comments
 (0)