Skip to content

Commit

Permalink
fix(isObservable): Cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Bonnet committed May 16, 2018
1 parent aa1d06b commit f866d24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/internal/util/isObservable.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { Observable } from '../Observable';
import { ObservableInput } from '../types';
import { isObject } from './isObject';
import { isFunction } from './isFunction';

/**
* Tests to see if the object is an RxJS {@link Observable}
Expand Down

0 comments on commit f866d24

Please sign in to comment.