Skip to content

Commit c0230c5

Browse files
crisbetoroboshoes
authored andcommitted
chore: fix checkbox lint warning (angular#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 d45b9d3 commit c0230c5

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)