Skip to content

Commit

Permalink
Removing unused using statements in .NET test code
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed May 3, 2019
1 parent 8389311 commit f42c3cb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion dotnet/test/chrome/DevChannelChromeDriver.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

Expand Down
1 change: 0 additions & 1 deletion dotnet/test/chrome/SpecCompliantChromeDriver.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

Expand Down
1 change: 0 additions & 1 deletion dotnet/test/edge/SpecCompliantEdgeDriver.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

Expand Down

0 comments on commit f42c3cb

Please sign in to comment.