From d34bf626c5f9fda36e022f9286b1fe331a6251d0 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Sat, 14 Oct 2023 00:56:39 +0200 Subject: [PATCH] Fix linter --- lib/commands/element.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/commands/element.js b/lib/commands/element.js index f5a37d61..21d710d1 100644 --- a/lib/commands/element.js +++ b/lib/commands/element.js @@ -1,10 +1,8 @@ // @ts-check -import {AndroidHelpers as androidHelpers} from '../helpers'; import {mixin} from './mixins'; import {retryInterval} from 'asyncbox'; -import {util} from '@appium/support'; -import {errors} from 'appium/driver' +import {errors} from 'appium/driver'; /** * @type {import('./mixins').ElementMixin & ThisType}