Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Remove unused 'using'
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Jan 11, 2024
1 parent 85dc1a1 commit 1a62dfe
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 22 deletions.
1 change: 0 additions & 1 deletion FAFB-PowerShell-Tool.Tests/GuiCommandTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using FAFB_PowerShell_Tool.PowerShell;
using FAFB_PowerShell_Tool.PowerShell.Commands;

namespace FAFB_PowerShell_Tool.Tests;
Expand Down
3 changes: 1 addition & 2 deletions FAFB-PowerShell-Tool.Tests/InternalCommandTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using FAFB_PowerShell_Tool.PowerShell;
using FAFB_PowerShell_Tool.PowerShell.Commands;
using FAFB_PowerShell_Tool.PowerShell.Commands;

namespace FAFB_PowerShell_Tool.Tests;

Expand Down
3 changes: 1 addition & 2 deletions FAFB-PowerShell-Tool.Tests/PowerShellExecutorTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using FAFB_PowerShell_Tool.PowerShell;
using FAFB_PowerShell_Tool.PowerShell.Commands;
using FAFB_PowerShell_Tool.PowerShell.Commands;

namespace FAFB_PowerShell_Tool.Tests;

Expand Down
8 changes: 0 additions & 8 deletions FAFB-PowerShell-Tool/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Management.Automation;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using FAFB_PowerShell_Tool.PowerShell;
using System.IO;
using System.Runtime.Serialization.Formatters.Binary;
using System.Xml.Serialization;
using System.Text.Json;
using System.Net.Security;
using FAFB_PowerShell_Tool.PowerShell.Commands;

namespace FAFB_PowerShell_Tool;
Expand Down
10 changes: 1 addition & 9 deletions FAFB-PowerShell-Tool/PowerShell/CustomQueries.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary;
using System.Text;
using System.Text.Json;
using System.Text.Json.Serialization;
using System.Threading.Tasks;
using System.Windows.Controls;

namespace FAFB_PowerShell_Tool.PowerShell
{
Expand Down

0 comments on commit 1a62dfe

Please # to comment.