[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
851f00aa97
commit
2e0f5b365a
|
|
@ -65,7 +65,7 @@ class TrackType(Enum):
|
||||||
APPLE_MUSIC = "apple_music"
|
APPLE_MUSIC = "apple_music"
|
||||||
HTTP = "http"
|
HTTP = "http"
|
||||||
LOCAL = "local"
|
LOCAL = "local"
|
||||||
OTHER = 'other'
|
OTHER = "other"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def _missing_(cls, value):
|
def _missing_(cls, value):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue