Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Oct 13, 2023
1 parent 466afc6 commit d34bf62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/commands/element.js
Original file line number Diff line number Diff line change
@@ -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<import('../driver').AndroidDriver>}
Expand Down

0 comments on commit d34bf62

Please sign in to comment.