diff --git a/Octokit/Models/Response/ApiError.cs b/Octokit/Models/Response/ApiError.cs index 54e030b9..e28368b8 100644 --- a/Octokit/Models/Response/ApiError.cs +++ b/Octokit/Models/Response/ApiError.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Text; namespace Octokit { @@ -40,6 +39,5 @@ namespace Octokit /// Additional details about the error /// public IReadOnlyList Errors { get; protected set; } - } } \ No newline at end of file