Skip to content

Commit b0ea289

Browse files
authored
Remove NoneType redefinition from clinic.py (#100551)
1 parent b3da698 commit b0ea289

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tools/clinic/clinic.py

-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import types
2828

2929
from types import *
30-
NoneType = type(None)
3130

3231
# TODO:
3332
#
@@ -42,7 +41,6 @@
4241

4342
version = '1'
4443

45-
NoneType = type(None)
4644
NO_VARARG = "PY_SSIZE_T_MAX"
4745
CLINIC_PREFIX = "__clinic_"
4846
CLINIC_PREFIXED_ARGS = {"args"}

0 commit comments

Comments
 (0)