Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
hmmachadocx committed Aug 24, 2023
1 parent 231703f commit 802ef3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using CxUtils = ast_visual_studio_extension.CxExtension.Utils.CxUtils;

namespace ast_visual_studio_extension.CxExtension.Panels
{
Expand Down Expand Up @@ -224,6 +223,7 @@ await Task.Run(() =>
if (learnInfo.samples == null || learnInfo.samples.Count == 0)
{
AddTextWithTitle(cxWindowUI.RemediationPanelTitle, CxConstants.NO_INFORMATION);
continue;
}

foreach (var sample in learnInfo.samples)
Expand Down

0 comments on commit 802ef3b

Please sign in to comment.