Run C# import cleanup based on the Solution files (#1838)

This is to make the style consistent with the rest of the project as well as removing unused imports.
This commit is contained in:
Rose 2022-06-14 03:56:37 -04:00 committed by GitHub
parent 6430551167
commit 91adfd8e9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
86 changed files with 682 additions and 1087 deletions

View file

@ -1,7 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.VisualStudio.TestTools.UnitTesting;
using OpenQA.Selenium.Appium.Windows;
namespace CalculatorUITestFramework