Skip to content

Commit

Permalink
Remove other double import (#5565)
Browse files Browse the repository at this point in the history
Debouncer is no longer used in the file, even as a type name.
  • Loading branch information
rictic authored Jun 27, 2019
1 parent 54f8b47 commit 0d2c2e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/utils/flush.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
*/
import './boot.js';
/* eslint-disable no-unused-vars */
import { Debouncer } from '../utils/debounce.js'; // used in type annotations
/* eslint-enable no-unused-vars */
import {enqueueDebouncer, flushDebouncers} from '../utils/debounce.js';
export {enqueueDebouncer};

Expand Down

0 comments on commit 0d2c2e5

Please sign in to comment.