refactor: remove unused imports

This commit is contained in:
Cassandra de la Cruz-Munoz 2023-10-20 09:53:29 -04:00
parent 89612deb09
commit 352acfca2c
2 changed files with 1 additions and 4 deletions

View File

@ -20,7 +20,6 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using Godot;
namespace godotOscSharp namespace godotOscSharp
{ {

View File

@ -1,7 +1,5 @@
using System; using System;
using System.Net; using System.Net;
using System.Net.Http;
using Godot;
namespace godotOscSharp namespace godotOscSharp
{ {
@ -38,4 +36,4 @@ namespace godotOscSharp
sender.Dispose(); sender.Dispose();
} }
} }
} }