Skip to content

Commit 6e54a44

Browse files
committed
Clean up unused usings
Signed-off-by: Victor Chang <[email protected]>
1 parent 9024e32 commit 6e54a44

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/InformaticsGateway/Program.cs

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
using Monai.Deploy.InformaticsGateway.Common;
3030
using Monai.Deploy.InformaticsGateway.Configuration;
3131
using Monai.Deploy.InformaticsGateway.Database;
32-
using Monai.Deploy.InformaticsGateway.Database.Api.Repositories;
33-
using Monai.Deploy.InformaticsGateway.Database.EntityFramework.Repositories;
3432
using Monai.Deploy.InformaticsGateway.Repositories;
3533
using Monai.Deploy.InformaticsGateway.Services.Common;
3634
using Monai.Deploy.InformaticsGateway.Services.Connectors;

src/InformaticsGateway/Services/Storage/ObjectUploadQueue.cs

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
using System;
1818
using System.Collections.Concurrent;
19-
using System.Collections.Generic;
2019
using System.Diagnostics;
2120
using System.Threading;
2221
using System.Threading.Tasks;

0 commit comments

Comments
 (0)