Skip to content

Commit

Permalink
Remove spurious usings.
Browse files Browse the repository at this point in the history
  • Loading branch information
grokys committed Apr 30, 2024
1 parent 5952e4e commit b6ade4f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/FlaUI.WebDriver/Controllers/ElementController.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
using FlaUI.Core;
using System.Text;
using FlaUI.Core.AutomationElements;
using FlaUI.Core.Identifiers;
using FlaUI.WebDriver.Models;
using Microsoft.AspNetCore.Mvc;
using System.Drawing;
using System.Globalization;
using System.Text;

namespace FlaUI.WebDriver.Controllers
{
Expand Down

0 comments on commit b6ade4f

Please sign in to comment.