Skip to content

Commit

Permalink
remove unecessary usings
Browse files Browse the repository at this point in the history
  • Loading branch information
loukylor committed Dec 21, 2024
1 parent a26c2a7 commit 93c025c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion TrickFireDiscordBot/Services/Discord/Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using DSharpPlus.Exceptions;
using Microsoft.Extensions.DependencyInjection;
using System.ComponentModel;
using TrickFireDiscordBot.Services;

namespace TrickFireDiscordBot.Services.Discord;

Expand Down
1 change: 0 additions & 1 deletion TrickFireDiscordBot/Services/Notion/PaginatedListHelper.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Notion.Client;
using System.Collections.Generic;

namespace TrickFireDiscordBot.Services.Notion;

Expand Down
3 changes: 1 addition & 2 deletions TrickFireDiscordBot/Services/WebhookListener.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System.Net;
Expand Down

0 comments on commit 93c025c

Please sign in to comment.