From 2e0f5b365a06753d68ed5e684645f8ad3a62d7a2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 05:44:33 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pomice/enums.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):