Skip to content

Commit

Permalink
Merge pull request #507 from namcsi/fix-comment-type-enum
Browse files Browse the repository at this point in the history
Change CommentType from OrderedEnum to IntEnum.
  • Loading branch information
rkaminsk authored Jun 13, 2024
2 parents 2ee5b14 + 2ba442f commit 041e904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpyclingo/clingo/ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ class BinaryOperator(IntEnum):
"""


class CommentType(OrderedEnum):
class CommentType(IntEnum):
"""
Enumeration of comment types.
"""
Expand Down

0 comments on commit 041e904

Please sign in to comment.