💄 using statements

This commit is contained in:
Brendan Forster
2014-07-11 11:59:44 +09:30
parent 7378352612
commit 7928f066cd
@@ -1,15 +1,11 @@
using System.Linq;
using System.Net;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Octokit;
using Octokit.Internal;
using Octokit.Tests.Helpers;
using Octokit.Tests.Integration;
using Xunit;
using System;
using System.Collections.Generic;
using Xunit.Sdk;
public class TeamsClientTests
{