Skip to content

Commit 6009eff

Browse files
committed
Cleanup imports
1 parent b3f937e commit 6009eff

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

src/lib/services/pending-requests-interceptor.service.ts

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,10 @@
77
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
88
*/
99

10-
import {
11-
HTTP_INTERCEPTORS,
12-
HttpErrorResponse,
13-
HttpEvent,
14-
HttpHandler,
15-
HttpInterceptor,
16-
HttpRequest
17-
} from '@angular/common/http';
10+
import { HTTP_INTERCEPTORS, HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
1811
import { ExistingProvider, Injectable } from '@angular/core';
19-
import { Observable, ReplaySubject, throwError } from 'rxjs';
20-
import { catchError, finalize } from 'rxjs/operators';
12+
import { Observable, ReplaySubject } from 'rxjs';
13+
import { finalize } from 'rxjs/operators';
2114

2215
@Injectable({
2316
providedIn: 'root'

0 commit comments

Comments
 (0)