Skip to content

Commit 03bf39c

Browse files
committed
refactor: remove unused using directives in IEssentialsRoom interface
1 parent 69a7276 commit 03bf39c

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

src/PepperDash.Essentials.Core/Room/IEssentialsRoom.cs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using Crestron.SimplSharp;
6-
7-
using PepperDash.Essentials.Core.DeviceTypeInterfaces;
8-
using PepperDash.Essentials.Room.Config;
1+
using PepperDash.Essentials.Core.DeviceTypeInterfaces;
92
using PepperDash.Essentials.Core.Devices;
103

114
using PepperDash.Core;

0 commit comments

Comments
 (0)