diff --git a/pomice/enums.py b/pomice/enums.py index 65d9c9e..e5f09f4 100644 --- a/pomice/enums.py +++ b/pomice/enums.py @@ -65,7 +65,7 @@ class TrackType(Enum): APPLE_MUSIC = "apple_music" HTTP = "http" LOCAL = "local" - OTHER = 'other' + OTHER = "other" @classmethod def _missing_(cls, value):