Skip to content

Commit be926e7

Browse files
committed
Remove unused usings
1 parent 1f8cad7 commit be926e7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dotnet/src/webdriver/DevTools/DevToolsSession.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
// under the License.
1818
// </copyright>
1919

20-
using OpenQA.Selenium.DevTools.Json;
2120
using OpenQA.Selenium.Internal.Logging;
2221
using System;
2322
using System.Collections.Concurrent;

dotnet/src/webdriver/JavaScriptEngine.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
// </copyright>
1919

2020
using OpenQA.Selenium.DevTools;
21-
using OpenQA.Selenium.DevTools.Json;
2221
using OpenQA.Selenium.Internal;
2322
using System;
2423
using System.Collections.Generic;

0 commit comments

Comments
 (0)