Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
urothis authored Jul 13, 2021
1 parent 9c4a47a commit ffc7533
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
9 changes: 1 addition & 8 deletions API/src/Client.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
using System.Collections.Generic;
using System.Net.Http;
using System.Text.Json;
using System.Threading.Tasks;
using NWN.MasterList.Data;
using System.Net.Http;

namespace NWN.MasterList {



public class Client {
public static HttpClient HttpClient { get; set; }

Expand Down
3 changes: 0 additions & 3 deletions API/src/Helper.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using System.Collections.Generic;
using System.Linq;
using NWN.MasterList.Data;
using System.Collections.Generic;
using System.Net.Http;
using System.Text.Json;
using System.Threading.Tasks;
using NWN.MasterList.Data;
Expand Down

0 comments on commit ffc7533

Please sign in to comment.