[Code]: clean uneccessary ts-ignores (#34203)

This commit is contained in:
Fuyao Zhao 2019-03-30 10:19:19 -07:00 committed by GitHub
parent 0f157b653d
commit 817f43e6ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 85 additions and 92 deletions

View file

@ -5,7 +5,6 @@
*/
import { Request } from 'hapi';
// @ts-ignore
import { AnyObject, EsClient } from '../lib/esqueue';
import { EsIndexClient } from './es_index_client';
import { WithRequest } from './with_request';