Skip to content

Commit fb2c7aa

Browse files
author
Simon Mulser
committed
remove unused imports
1 parent 4efa038 commit fb2c7aa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

projects/lib/src/interceptors/default-oauth.interceptor.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
import { Injectable, Inject, Optional } from '@angular/core';
2-
import { OAuthService } from '../oauth-service';
1+
import { Injectable, Optional } from '@angular/core';
32
import { OAuthStorage } from '../types';
43
import {
54
HttpEvent,
65
HttpHandler,
76
HttpInterceptor,
87
HttpRequest,
9-
HttpResponse,
10-
HttpErrorResponse
118
} from '@angular/common/http';
129
import { Observable } from 'rxjs';
1310
import { catchError } from 'rxjs/operators';

0 commit comments

Comments
 (0)