Skip to content

Commit

Permalink
refactor: Remove some unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Jan 20, 2023
1 parent bc63d39 commit 41b7e59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/internal/operators/mergeMap.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { ObservableInput, OperatorFunction, ObservedValueOf } from '../types';
import { map } from './map';
import { innerFrom } from '../observable/innerFrom';
import { operate } from '../util/lift';
import { mergeInternals } from './mergeInternals';
import { isFunction } from '../util/isFunction';

/**
* Projects each source value to an Observable which is merged in the output
Expand Down

0 comments on commit 41b7e59

Please sign in to comment.