style: apply formatting fixes to AppKit code

This commit is contained in:
Danielle McLean 2025-04-30 12:46:17 +10:00
parent 413df0979d
commit c2f67c4781
Signed by: 00dani
GPG key ID: 6854781A0488421C
2 changed files with 21 additions and 20 deletions

View file

@ -1,7 +1,6 @@
from collections.abc import Callable, Coroutine
from typing import Literal
from corefoundationasyncio import CoreFoundationEventLoop
from MediaPlayer import (
MPChangePlaybackPositionCommandEvent,
MPMusicPlaybackStatePlaying,
@ -12,6 +11,8 @@ from MediaPlayer import (
MPRemoteCommandHandlerStatusSuccess,
)
from corefoundationasyncio import CoreFoundationEventLoop
from ...config.model import CocoaReceiverConfig
from ...playback import Playback
from ...playback.state import PlaybackState