Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
KnYL3R committed May 26, 2024
1 parent 7ff5380 commit 59331b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/AmIVulnerable/AmIVulnerable/Controllers/GitController.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.CodeAnalysis.CSharp;
using Modells;
using MySql.Data.MySqlClient;
using Newtonsoft.Json;
using SerilogTimings;
using System;
using System.Data;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Text.Json.Nodes;
using System.Text.RegularExpressions;
using CM = System.Configuration.ConfigurationManager;

Expand Down

0 comments on commit 59331b2

Please sign in to comment.