From f50087462f41589ba46a6f535e0b08d9a20fb21a Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Fri, 3 Oct 2025 20:09:17 +0200 Subject: [PATCH] lint --- .github/release-drafter.yml | 5 +---- music_assistant/providers/dlna/helpers.py | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index cf9ed31f..4d5a245a 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -34,12 +34,9 @@ template: | $CHANGES - + ## :bow: Thanks to our contributors Special thanks to the following contributors who helped with this release: $CONTRIBUTORS - - - diff --git a/music_assistant/providers/dlna/helpers.py b/music_assistant/providers/dlna/helpers.py index 4f4971b9..7258c49e 100644 --- a/music_assistant/providers/dlna/helpers.py +++ b/music_assistant/providers/dlna/helpers.py @@ -14,7 +14,7 @@ if TYPE_CHECKING: from music_assistant import MusicAssistant -class DLNANotifyServer(UpnpNotifyServer): # type: ignore[misc] +class DLNANotifyServer(UpnpNotifyServer): # type: ignore[misc,unused-ignore] """Notify server for async_upnp_client which uses the MA webserver.""" def __init__( -- 2.34.1