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 {