Skip to content

Commit

Permalink
Remove unused variable causing a typescript error.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsagal committed Aug 25, 2023
1 parent 3a074e8 commit 4939fa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as chai from 'chai';
import * as chaiAsPromised from 'chai-as-promised';
import * as Mocha from 'mocha';
import * as npmRunPath from 'npm-run-path';
import * as repl from 'repl';
import {Builder, logging, WebDriver, WebElement} from 'selenium-webdriver';
import * as chrome from 'selenium-webdriver/chrome';
Expand Down

0 comments on commit 4939fa8

Please sign in to comment.