From 00447f2475260b0c043afd5baac6b683c7566f6c Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 15 Feb 2024 21:48:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20emby.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/emby/emby.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/modules/emby/emby.py b/app/modules/emby/emby.py index 40dad1ee..40f5b393 100644 --- a/app/modules/emby/emby.py +++ b/app/modules/emby/emby.py @@ -11,7 +11,6 @@ from app.core.config import settings from app.log import logger from app.schemas.types import MediaType from app.utils.http import RequestUtils -from app.utils.singleton import Singleton class Emby: