Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankBakkerNl committed Dec 23, 2024
1 parent 6451b2a commit ff5d5ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Runtime/NetDaemon.Runtime/Internal/NetDaemonRuntime.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
using System.Reactive.Linq;
using System.Reflection;
using NetDaemon.AppModel;
using NetDaemon.HassModel;

namespace NetDaemon.Runtime.Internal;

internal class NetDaemonRuntime(IHomeAssistantRunner homeAssistantRunner,
IOptions<HomeAssistantSettings> settings,
IOptions<AppConfigurationLocationSetting> locationSettings,
IServiceProvider serviceProvider,
ILogger<NetDaemonRuntime> logger,
ICacheManager cacheManager)
Expand Down

0 comments on commit ff5d5ba

Please sign in to comment.