Skip to content

Commit

Permalink
removing unneeded usings
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLewis-digirati committed Nov 27, 2024
1 parent a5a8886 commit 65fd6f0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Data;
using API.Auth;
using API.Converters;
using API.Features.Manifest.Helpers;
using API.Features.Storage.Helpers;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Data;
using API.Auth;
using API.Converters;
using API.Features.Storage.Helpers;
using API.Features.Storage.Models;
using API.Helpers;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Data;
using API.Converters;
using API.Features.Storage.Helpers;
using API.Helpers;
using API.Infrastructure.AWS;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using API.Auth;
using API.Converters;
using API.Features.Storage.Helpers;
using API.Features.Storage.Helpers;
using API.Features.Storage.Models;
using API.Helpers;
using API.Infrastructure.AWS;
Expand Down

0 comments on commit 65fd6f0

Please sign in to comment.