[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-08-17 05:44:33 +00:00
parent 851f00aa97
commit 2e0f5b365a
1 changed files with 1 additions and 1 deletions

View File

@ -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):