Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Remove unnecessary usings
Browse files Browse the repository at this point in the history
Blackclaws committed Jan 22, 2024
1 parent d33808b commit a528cf2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Http/Wolverine.Http.Marten/CompiledQueryWriterPolicy.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
using System.Diagnostics.CodeAnalysis;
using System.Reflection;
using System.Security.AccessControl;
using JasperFx.CodeGeneration.Frames;
using JasperFx.CodeGeneration.Model;
using JasperFx.Core.Reflection;
using JasperFx.RuntimeCompiler;
using Marten.Linq;
using Wolverine.Http.Resources;
using QueryableExtensions = Marten.AspNetCore.QueryableExtensions;

0 comments on commit a528cf2

Please sign in to comment.