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: