Skip to content

Commit bf3cb90

Browse files
Fix lint errors
1 parent 3e3d281 commit bf3cb90

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/cdk/scrolling/virtual-scroll-repeater.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
import {Observable} from 'rxjs';
10-
import {ListRange} from '../collections';
10+
import {ListRange} from '@angular/cdk/collections';
1111

1212
/**
1313
* An item to be repeated by the VirtualScrollViewport

src/cdk/scrolling/virtual-scroll-viewport.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ import {
3434
import {auditTime, startWith, takeUntil} from 'rxjs/operators';
3535
import {ScrollDispatcher} from './scroll-dispatcher';
3636
import {CdkScrollable, ExtendedScrollToOptions} from './scrollable';
37-
import {CdkVirtualForOf} from './virtual-for-of';
3837
import {VIRTUAL_SCROLL_STRATEGY, VirtualScrollStrategy} from './virtual-scroll-strategy';
3938
import {ViewportRuler} from './viewport-ruler';
4039
import {CdkVirtualScrollRepeater} from './virtual-scroll-repeater';

0 commit comments

Comments
 (0)