Skip to content

Commit

Permalink
Remove NoneType redefinition from clinic.py (#100551)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Dec 27, 2022
1 parent b3da698 commit b0ea289
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tools/clinic/clinic.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import types

from types import *
NoneType = type(None)

# TODO:
#
Expand All @@ -42,7 +41,6 @@

version = '1'

NoneType = type(None)
NO_VARARG = "PY_SSIZE_T_MAX"
CLINIC_PREFIX = "__clinic_"
CLINIC_PREFIXED_ARGS = {"args"}
Expand Down

0 comments on commit b0ea289

Please sign in to comment.