Change super class order in Withings Calendar (#104721)

This commit is contained in:
Joost Lekkerkerker 2023-11-29 16:30:23 +01:00 committed by GitHub
parent 82264a0d6b
commit b36ddaa15c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ def get_event_name(category: WorkoutCategory) -> str:
class WithingsWorkoutCalendarEntity(
CalendarEntity, WithingsEntity[WithingsWorkoutDataUpdateCoordinator]
WithingsEntity[WithingsWorkoutDataUpdateCoordinator], CalendarEntity
):
"""A calendar entity."""