Skip to content

Commit 0d2c2e5

Browse files
authored
Remove other double import (#5565)
Debouncer is no longer used in the file, even as a type name.
1 parent 54f8b47 commit 0d2c2e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/utils/flush.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ Code distributed by Google as part of the polymer project is also
88
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
99
*/
1010
import './boot.js';
11-
/* eslint-disable no-unused-vars */
12-
import { Debouncer } from '../utils/debounce.js'; // used in type annotations
13-
/* eslint-enable no-unused-vars */
1411
import {enqueueDebouncer, flushDebouncers} from '../utils/debounce.js';
1512
export {enqueueDebouncer};
1613

0 commit comments

Comments
 (0)