Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 2464be7

Browse files
authored
Remove unused using
1 parent e0c7781 commit 2464be7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GitHub.VisualStudio/UI/Views/GitHubPaneViewModel.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
using ReactiveUI;
2020
using System.Collections.Generic;
2121
using System.Threading.Tasks;
22-
using System.Diagnostics;
2322

2423
namespace GitHub.VisualStudio.UI.Views
2524
{
@@ -366,4 +365,4 @@ protected override void Dispose(bool disposing)
366365
base.Dispose(disposing);
367366
}
368367
}
369-
}
368+
}

0 commit comments

Comments
 (0)