style: apply formatting fixes to AppKit code
This commit is contained in:
parent
413df0979d
commit
c2f67c4781
2 changed files with 21 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue