Skip to content

Commit d4a598b

Browse files
committed
Ignore typing_extensions license check. It is PSF
1 parent b0dddac commit d4a598b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2165,6 +2165,8 @@ def _python_checkpatchfiles():
21652165
'autopep8.patch',
21662166
# Whole license in the field. It's MIT
21672167
'tiktoken-0.7.0.patch',
2168+
# License field is null. It's PSF
2169+
'typing_extensions.patch',
21682170
}
21692171
allowed_licenses = [
21702172
"MIT",

0 commit comments

Comments
 (0)