Skip to content

Commit

Permalink
remove unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
adelikat committed Oct 15, 2024
1 parent bbdef9c commit 47d7fe3
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 11 deletions.
1 change: 0 additions & 1 deletion TASVideos/Extensions/ApplicationBuilderExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Microsoft.AspNetCore.StaticFiles;
using Microsoft.Extensions.FileProviders;
using TASVideos.Core.Settings;
using TASVideos.Middleware;

Expand Down
3 changes: 1 addition & 2 deletions TASVideos/WikiModules/WikiLink.cshtml.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Microsoft.Extensions.Hosting;
using TASVideos.Core.Services.Wiki;
using TASVideos.Core.Services.Wiki;
using TASVideos.Core.Settings;
using TASVideos.Data.Helpers;
using TASVideos.WikiEngine;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using TASVideos.Core.Services.Email;
using TASVideos.Data.Entity;
using TASVideos.Data.Entity;
using TASVideos.Data.Entity.Game;

namespace TASVideos.Core.Tests.Services;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using TASVideos.Data.Entity;

namespace TASVideos.Core.Tests.Services;
namespace TASVideos.Core.Tests.Services;

[TestClass]
public class PublicationMaintenanceLoggerTests : TestDbBase
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using TASVideos.Data.Entity;
using TASVideos.Tests.Base;
using TASVideos.Tests.Base;

namespace TASVideos.Data.Tests.Context;

Expand Down
1 change: 0 additions & 1 deletion tests/TASVideos.Test/Pages/Wiki/RenderModelTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using Microsoft.Extensions.Logging.Abstractions;
using TASVideos.Core.Services.Wiki;
using TASVideos.Pages.Wiki;
using TASVideos.Tests.Base;

namespace TASVideos.RazorPages.Tests.Pages.Wiki;

Expand Down

0 comments on commit 47d7fe3

Please sign in to comment.