Skip to content

Commit

Permalink
chore: remove useless import (#4787)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant authored and benlesh committed May 16, 2019
1 parent 26e16d7 commit fc9186c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/internal/Notification.ts
Expand Up @@ -3,7 +3,6 @@ import { Observable } from './Observable';
import { empty } from './observable/empty';
import { of } from './observable/of';
import { throwError } from './observable/throwError';
import { deprecate } from 'util';

// TODO: When this enum is removed, replace it with a type alias. See #4556.
/**
Expand Down

0 comments on commit fc9186c

Please sign in to comment.