We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91cbbac + 340b974 commit 06f606bCopy full SHA for 06f606b
FaunaDB.Client/Client/DefaultClientIO.cs
@@ -6,12 +6,9 @@
6
using System.Net;
7
using System.Net.Http;
8
using System.Net.Http.Headers;
9
-using System.Runtime.InteropServices;
10
-using System.Reflection;
11
using System.Text;
12
using System.Threading;
13
using System.Threading.Tasks;
14
-using FaunaDB.Collections;
15
16
namespace FaunaDB.Client
17
{
FaunaDB.Client/Types/QueryV.cs
@@ -1,5 +1,4 @@
1
-using System;
2
-using System.Collections.Generic;
+using System.Collections.Generic;
3
using FaunaDB.Collections;
4
using FaunaDB.Query;
5
using Newtonsoft.Json;
0 commit comments