Skip to content

Commit

Permalink
Build: Import 'first' from 'rxjs/operators'. (tensorflow#6810)
Browse files Browse the repository at this point in the history
This is necessary to fix the internal build after import.
  • Loading branch information
bmd3k authored and AnuarTB committed May 3, 2024
1 parent 63ba5c2 commit 4c2e475
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ import {
AddColumnEvent,
} from './types';
import {HeaderCellComponent} from './header_cell_component';
import {Subscription, first} from 'rxjs';
import {Subscription} from 'rxjs';
import {first} from 'rxjs/operators';
import {ContentCellComponent} from './content_cell_component';
import {RangeValues} from '../range_input/types';
import {dataTableUtils} from './utils';
Expand Down

0 comments on commit 4c2e475

Please sign in to comment.