Skip to content

Commit 06f606b

Browse files
authored
Merge pull request #148 from fauna/OSS-695-remove-unnecessary-using
OSS-695: Remove all unnecessary using
2 parents 91cbbac + 340b974 commit 06f606b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

FaunaDB.Client/Client/DefaultClientIO.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66
using System.Net;
77
using System.Net.Http;
88
using System.Net.Http.Headers;
9-
using System.Runtime.InteropServices;
10-
using System.Reflection;
119
using System.Text;
1210
using System.Threading;
1311
using System.Threading.Tasks;
14-
using FaunaDB.Collections;
1512

1613
namespace FaunaDB.Client
1714
{

FaunaDB.Client/Types/QueryV.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
1+
using System.Collections.Generic;
32
using FaunaDB.Collections;
43
using FaunaDB.Query;
54
using Newtonsoft.Json;

0 commit comments

Comments
 (0)