mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 03:55:55 +00:00
Organize usings and remove unused
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
using System;
|
||||
#if !PORTABLE
|
||||
using System.Collections.Concurrent;
|
||||
#endif
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Globalization;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using Octokit.Internal;
|
||||
#if !PORTABLE
|
||||
using System.Collections.Concurrent;
|
||||
#endif
|
||||
|
||||
namespace Octokit
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user