Skip to content

Commit

Permalink
namespace cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
timbussmann committed Aug 13, 2024
1 parent 9653343 commit de12b65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
9 changes: 4 additions & 5 deletions Annoy-o-Bot.Tests/FileChangesTests.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
using Annoy_o_Bot.GitHub.Callbacks;
using Annoy_o_Bot.GitHub;
using Annoy_o_Bot.GitHub.Callbacks;
using Xunit;

namespace Annoy_o_Bot.Tests
namespace Annoy_o_Bot
{
using Annoy_o_Bot.GitHub;
using Xunit;

public class FileChangesTests
{
[Fact]
Expand Down
5 changes: 0 additions & 5 deletions Annoy-o-Bot/GitHub/GitHubApi.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
using System;
using System.IO;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
using Annoy_o_Bot.GitHub.Callbacks;
using GitHubJwt;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Logging;
using Octokit;

Expand Down

0 comments on commit de12b65

Please sign in to comment.