From ff5d5ba7e397efd58555990ba96bb9cbb9e3fee0 Mon Sep 17 00:00:00 2001 From: Frank Bakker Date: Mon, 23 Dec 2024 10:46:22 +0100 Subject: [PATCH] Remove unused dependency --- src/Runtime/NetDaemon.Runtime/Internal/NetDaemonRuntime.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Runtime/NetDaemon.Runtime/Internal/NetDaemonRuntime.cs b/src/Runtime/NetDaemon.Runtime/Internal/NetDaemonRuntime.cs index 11a99c77..abc061f5 100644 --- a/src/Runtime/NetDaemon.Runtime/Internal/NetDaemonRuntime.cs +++ b/src/Runtime/NetDaemon.Runtime/Internal/NetDaemonRuntime.cs @@ -1,5 +1,4 @@ using System.Reactive.Linq; -using System.Reflection; using NetDaemon.AppModel; using NetDaemon.HassModel; @@ -7,7 +6,6 @@ namespace NetDaemon.Runtime.Internal; internal class NetDaemonRuntime(IHomeAssistantRunner homeAssistantRunner, IOptions settings, - IOptions locationSettings, IServiceProvider serviceProvider, ILogger logger, ICacheManager cacheManager)