Skip to content

Commit

Permalink
rm extra usings
Browse files Browse the repository at this point in the history
  • Loading branch information
danFbach committed Jan 8, 2025
1 parent ad0ad01 commit 0ec6bd1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Meilisearch/MeilisearchClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Net;
using System.Net.Http;
using System.Net.Http.Json;
using System.Security.Cryptography.X509Certificates;
using System.Text.Json;
using System.Threading;
using System.Threading.Tasks;
Expand Down
1 change: 0 additions & 1 deletion tests/Meilisearch.Tests/MeilisearchClientTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text.Json;
using System.Threading.Tasks;
Expand Down

0 comments on commit 0ec6bd1

Please sign in to comment.