Skip to content

Commit 3e1c60c

Browse files
committed
Don't use StrEnum
1 parent e904b05 commit 3e1c60c

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
@@ -264,7 +264,7 @@ cdef class flint_poly(flint_elem):
264264
raise NotImplementedError("Complex roots are not supported for this polynomial")
265265

266266

267-
class Ordering(enum.StrEnum):
267+
class Ordering(enum.Enum):
268268
lex = "lex"
269269
deglex = "deglex"
270270
degrevlex = "degrevlex"

0 commit comments

Comments
 (0)