Skip to content

Commit ffd5970

Browse files
committed
remove this (appears to be fixed, and doesn't appear for other classes)
1 parent 721cd86 commit ffd5970

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

quadint/complex.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,3 @@ def real(self) -> int:
3030
def imag(self) -> int:
3131
"""Alias for complexint"""
3232
return self.b
33-
34-
35-
# mypyc appears to have some issues around __init_subclass__; see issue 14188. Register explicitly.
36-
_ZI.DEFAULT_KLASS = complexint

0 commit comments

Comments
 (0)