Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Sep 26, 2020
1 parent 857e36b commit 3b3d330
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/internal/Observable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { TeardownLogic, OperatorFunction, PartialObserver, Subscribable, Observe
import { observable as Symbol_observable } from './symbol/observable';
import { pipeFromArray } from './util/pipe';
import { config } from './config';
import { reportUnhandledError } from './util/reportUnhandledError';

/**
* A representation of any set of values over any amount of time. This is the most basic building block
Expand Down

0 comments on commit 3b3d330

Please sign in to comment.