some cleanup

This commit is contained in:
Brendan Forster
2014-12-18 21:05:36 +09:30
parent 63847d37b0
commit 49bd1549d8
2 changed files with 2 additions and 4 deletions
@@ -1,12 +1,11 @@
using System.Linq;
using System;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using Octokit;
using Octokit.Tests.Helpers;
using Octokit.Tests.Integration;
using Xunit;
using System;
using Octokit.Tests.Integration.Clients;
public class TeamsClientTests
{
@@ -38,5 +38,4 @@ namespace Octokit.Tests.Integration
{
}
}
}