restore accidentally broken type checking
This commit is contained in:
parent
245b9454fa
commit
d237a46aec
|
|
@ -21,4 +21,4 @@ InterrogateModuleName = None
|
|||
wantComments = 1
|
||||
|
||||
# Should FFI output type assertions?
|
||||
wantTypeChecking = 0
|
||||
wantTypeChecking = 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue