Skip to content

Commit 80f0a57

Browse files
committed
Avoid cython warning on __nonzero__ (py2)
1 parent 54f99cf commit 80f0a57

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

symengine/lib/symengine_wrapper.in.pyx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1557,9 +1557,6 @@ cdef class BooleanFalse(BooleanAtom):
15571557
def _sage_(self):
15581558
return False
15591559

1560-
def __nonzero__(self):
1561-
return False
1562-
15631560
def __bool__(self):
15641561
return False
15651562

0 commit comments

Comments
 (0)