Skip to content

Commit

Permalink
removing unneccessary usings
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLewis-digirati committed Mar 1, 2024
1 parent 32feb75 commit a2480c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Generic;
using API.Features.DeliveryChannels.Helpers;
using API.Features.DeliveryChannels.Helpers;
using DLCS.Core.Caching;
using DLCS.Model.DeliveryChannels;
using DLCS.Model.Policies;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using API.Infrastructure.Requests;
using DLCS.Core;
using DLCS.Model.DeliveryChannels;
using DLCS.Model.Policies;
using DLCS.Repository;
using DLCS.Repository.Exceptions;
using MediatR;
Expand Down

0 comments on commit a2480c1

Please sign in to comment.