Skip to content

Commit

Permalink
Remove wrong imports
Browse files Browse the repository at this point in the history
  • Loading branch information
XanatosX committed Jun 14, 2023
1 parent 3139950 commit 3a73c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions src/CorePlugin/Updating/DownloadGitHubReleaseStrategy.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using CorePlugin.Assets;
using Octokit;
using PluginFramework.DataContainer;
using PluginFramework.DataContainer;
using PluginFramework.Update;
using System;
using System.Diagnostics;
Expand Down
3 changes: 1 addition & 2 deletions src/CorePlugin/Updating/OpenGitHubReleasesStrategy.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using CorePlugin.Assets;
using PluginFramework.DataContainer;
using PluginFramework.DataContainer;
using PluginFramework.Update;
using PluginFramework.Utils;
using System;
Expand Down

0 comments on commit 3a73c0d

Please sign in to comment.