Skip to content

Commit

Permalink
Remove debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tilk committed Dec 3, 2023
1 parent 26d710b commit fecb126
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions stubs/amaranth/lib/enum.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ class EnumMeta(ShapeCastable, py_enum.EnumMeta, Generic[_T_ViewClass]):
...


class E(IntEnum):
X = 1

x = E(5)

class Enum(py_enum.Enum, metaclass=EnumMeta[EnumView]):
"""Subclass of the standard :class:`enum.Enum` that has :class:`EnumMeta` as
its metaclass."""
Expand Down

0 comments on commit fecb126

Please sign in to comment.