From 17a2abbdc08fc04e79a9f7459c562258c36edb0e Mon Sep 17 00:00:00 2001 From: Haacked Date: Tue, 4 Aug 2015 21:22:46 -0700 Subject: [PATCH] Remove already declared.usings --- Octokit/Clients/IMiscellaneousClient.cs | 1 - Octokit/Clients/IOrganizationsClient.cs | 1 - Octokit/Clients/RepoCollaboratorsClient.cs | 1 - 3 files changed, 3 deletions(-) diff --git a/Octokit/Clients/IMiscellaneousClient.cs b/Octokit/Clients/IMiscellaneousClient.cs index d9bf495e..10b92cd6 100644 --- a/Octokit/Clients/IMiscellaneousClient.cs +++ b/Octokit/Clients/IMiscellaneousClient.cs @@ -3,7 +3,6 @@ using System.Threading.Tasks; using System.Collections.Generic; #endif using System.Diagnostics.CodeAnalysis; -using System.Threading.Tasks; namespace Octokit { diff --git a/Octokit/Clients/IOrganizationsClient.cs b/Octokit/Clients/IOrganizationsClient.cs index 6149fd9d..9d5cf337 100644 --- a/Octokit/Clients/IOrganizationsClient.cs +++ b/Octokit/Clients/IOrganizationsClient.cs @@ -3,7 +3,6 @@ using System.Threading.Tasks; using System.Collections.Generic; #endif using System.Diagnostics.CodeAnalysis; -using System.Threading.Tasks; namespace Octokit { diff --git a/Octokit/Clients/RepoCollaboratorsClient.cs b/Octokit/Clients/RepoCollaboratorsClient.cs index 69884d1d..af46fc91 100644 --- a/Octokit/Clients/RepoCollaboratorsClient.cs +++ b/Octokit/Clients/RepoCollaboratorsClient.cs @@ -2,7 +2,6 @@ using System.Threading.Tasks; using System.Collections.Generic; #endif -using System.Threading.Tasks; namespace Octokit {