Skip to content

Commit f15b55a

Browse files
committed
Add missing argument to flint_scalar._any_as_self
1 parent 3989b50 commit f15b55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flint/flint_base/flint_base.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cdef class flint_scalar(flint_elem):
3838
def is_zero(self):
3939
return False
4040

41-
def _any_as_self(self):
41+
def _any_as_self(self, other):
4242
return NotImplemented
4343

4444
def _neg_(self):

0 commit comments

Comments
 (0)