cleanup
This commit is contained in:
parent
4a9a7440e8
commit
cdd4336bfe
@ -11,8 +11,7 @@
|
||||
*/ /* tslint:disable:no-unused-variable member-ordering */
|
||||
|
||||
import { Inject, Injectable, Optional } from '@angular/core';
|
||||
import { HttpClient, HttpHeaders, HttpParams, HttpResponse, HttpEvent } from '@angular/common/http';
|
||||
import { CustomHttpUrlEncodingCodec } from '../encoder';
|
||||
import { HttpClient, HttpEvent, HttpHeaders, HttpResponse } from '@angular/common/http';
|
||||
|
||||
import { Observable } from 'rxjs';
|
||||
|
||||
@ -27,7 +26,7 @@ import { ManualAddResponse } from '../model/manualAddResponse';
|
||||
import { ManualRedactions } from '../model/manualRedactions';
|
||||
import { RemoveRedactionRequest } from '../model/removeRedactionRequest';
|
||||
|
||||
import { BASE_PATH, COLLECTION_FORMATS } from '../variables';
|
||||
import { BASE_PATH } from '../variables';
|
||||
import { Configuration } from '../configuration';
|
||||
|
||||
@Injectable()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user