Skip to content

Commit

Permalink
clean up usings
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Aug 20, 2024
1 parent 59377d3 commit 5ab2b1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Net.Mime;
using System.Text;
using System.Web;

Expand Down

0 comments on commit 5ab2b1c

Please sign in to comment.