Skip to content

Commit 55a0799

Browse files
committed
Remove and sort usings
1 parent 3fa46c1 commit 55a0799

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Common/AzurePSCmdlet.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@
2020
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
2121
using System;
2222
using System.Collections.Concurrent;
23-
using System.Collections.ObjectModel;
2423
using System.Diagnostics;
2524
using System.IO;
2625
using System.Linq;
2726
using System.Management.Automation;
28-
using System.Management.Automation.Runspaces;
2927
using System.Text;
3028

3129
namespace Microsoft.WindowsAzure.Commands.Utilities.Common

0 commit comments

Comments
 (0)