Skip to content

Commit e5d08a0

Browse files
AmitMYbrandyscarney
authored andcommitted
style(lint): remove unused import (#11738)
1 parent 7bdfaac commit e5d08a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/virtual-scroll/virtual-scroll.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { adjustRendered, calcDimensions, estimateHeight, initReadNodes, processR
44
import { Config } from '../../config/config';
55
import { Content, ScrollEvent } from '../content/content';
66
import { DomController } from '../../platform/dom-controller';
7-
import { isBlank, isFunction, isPresent, assert } from '../../util/util';
7+
import { isFunction, isPresent, assert } from '../../util/util';
88
import { Platform } from '../../platform/platform';
99
import { ViewController } from '../../navigation/view-controller';
1010
import { VirtualCell, VirtualData, VirtualNode } from './virtual-util';

0 commit comments

Comments
 (0)