Skip to content

Commit 411fce3

Browse files
crisbetommalerba
authored andcommitted
chore: fix checkbox lint warning (#13209)
Fixes an unused import that got into master. **Note:** targeting major, because I think that it got introduced in the PR for the checkbox design changes.
1 parent 3cc9c67 commit 411fce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/components/checkbox-e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {browser, by, element, Key, ExpectedConditions} from 'protractor';
1+
import {browser, by, element, Key} from 'protractor';
22

33
describe('checkbox', () => {
44

0 commit comments

Comments
 (0)