Skip to content

Commit 7f7514e

Browse files
committed
fix broken using
1 parent 053ff75 commit 7f7514e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Source/Applications/SystemCenter/Controllers/SystemCenter/PQIController.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@
2222
//******************************************************************************************************
2323

2424
using GSF.Data;
25-
using Microsoft.Graph;
2625
using openXDA.PQI;
26+
using openXDA.Model.SystemCenter;
2727
using System;
2828
using System.Collections.Generic;
29-
using System.Linq;
3029
using System.Net;
3130
using System.Threading.Tasks;
3231
using System.Web.Http;
33-
using static SystemCenter.Model.DeviceHealthReportController;
3432

3533
namespace SystemCenter.Controllers
3634
{

0 commit comments

Comments
 (0)