Skip to content

Commit 8d1f19c

Browse files
committed
remove unneeded usings
1 parent e998831 commit 8d1f19c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

UiTests/HybridFlowUiTest/HybridFlowTest.cs

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License.
33

4+
using Common;
5+
using Microsoft.Identity.Lab.Api;
6+
using Microsoft.Playwright;
47
using System;
58
using System.Collections.Generic;
69
using System.IO;
7-
using System.Linq;
8-
using System.Net;
910
using System.Runtime.Versioning;
1011
using System.Text;
1112
using System.Threading.Tasks;
12-
using Common;
13-
using Microsoft.Identity.Lab.Api;
14-
using Microsoft.Playwright;
1513
using Xunit;
1614
using Xunit.Abstractions;
17-
using static System.Net.Mime.MediaTypeNames;
1815
using Process = System.Diagnostics.Process;
1916
using TC = Common.TestConstants;
2017

0 commit comments

Comments
 (0)