Skip to content

Commit 5ac2962

Browse files
committed
Add back the base class
1 parent 6a1cc57 commit 5ac2962

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
cdef class flint_scalar:
1+
cdef class flint_elem:
2+
pass
3+
4+
cdef class flint_scalar(flint_elem):
25
pass

0 commit comments

Comments
 (0)