Skip to content

Commit dd541a5

Browse files
authored
Build: Import 'first' from 'rxjs/operators' (again). (#6812)
Similar to #6810 but for a test file. This is not strictly necessary for the internal import (these tests are not run internally) but I figured it would be good to do for completeness.
1 parent 9266696 commit dd541a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorboard/webapp/widgets/custom_modal/custom_modal_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import {
2828
ViewContainerRef,
2929
} from '@angular/core';
3030
import {Overlay, OverlayModule, OverlayRef} from '@angular/cdk/overlay';
31-
import {first} from 'rxjs';
31+
import {first} from 'rxjs/operators';
3232

3333
@Component({
3434
selector: 'fake-modal-view-container',

0 commit comments

Comments
 (0)