mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Fix enum try_parse test for python3.11 (#88131)
This commit is contained in:
@@ -18,6 +18,7 @@ class _AnIntEnum(IntEnum):
|
||||
|
||||
class _AnIntFlag(IntFlag):
|
||||
VALUE = 1
|
||||
SECOND = 2
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
Reference in New Issue
Block a user