[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"
|
||||
HTTP = "http"
|
||||
LOCAL = "local"
|
||||
OTHER = 'other'
|
||||
OTHER = "other"
|
||||
|
||||
@classmethod
|
||||
def _missing_(cls, value):
|
||||
|
|
|
|||
Loading…
Reference in New Issue