Skip to content

Commit

Permalink
improve test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Jun 8, 2024
1 parent e4cd49f commit f97e371
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/attribute_annotations.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,7 @@ class Enum6(ReprEnum):
class Enum7(enum.Enum):
FOO = "foo"

class SpecialEnum(enum.Enum):
class SpecialEnum(enum.Enum): ...

class SubclassOfSpecialEnum(SpecialEnum):
STILL_OKAY = "foo"

0 comments on commit f97e371

Please sign in to comment.