diff --git a/src/PlanViewer.Cli/Commands/AnalyzeCommand.cs b/src/PlanViewer.Cli/Commands/AnalyzeCommand.cs index 0558463..0ca5742 100644 --- a/src/PlanViewer.Cli/Commands/AnalyzeCommand.cs +++ b/src/PlanViewer.Cli/Commands/AnalyzeCommand.cs @@ -9,8 +9,6 @@ namespace PlanViewer.Cli.Commands; -using PlanViewer.Cli; - public static class AnalyzeCommand { private static readonly JsonSerializerOptions JsonOptions = new() diff --git a/src/PlanViewer.Cli/Commands/QueryStoreCommand.cs b/src/PlanViewer.Cli/Commands/QueryStoreCommand.cs index a0fd96e..c28bac8 100644 --- a/src/PlanViewer.Cli/Commands/QueryStoreCommand.cs +++ b/src/PlanViewer.Cli/Commands/QueryStoreCommand.cs @@ -8,8 +8,6 @@ namespace PlanViewer.Cli.Commands; -using PlanViewer.Cli; - public static class QueryStoreCommand { private static readonly JsonSerializerOptions JsonOptions = new()