From cc7ed92d2e29891dbd5460df79bd0defa2764db3 Mon Sep 17 00:00:00 2001 From: Timothy Sullivan Date: Tue, 16 Mar 2021 15:37:37 -0700 Subject: [PATCH] fix types --- .../server/export_types/csv_searchsource/execute_job.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/reporting/server/export_types/csv_searchsource/execute_job.ts b/x-pack/plugins/reporting/server/export_types/csv_searchsource/execute_job.ts index e511b9b282a7c..42b3714cfd018 100644 --- a/x-pack/plugins/reporting/server/export_types/csv_searchsource/execute_job.ts +++ b/x-pack/plugins/reporting/server/export_types/csv_searchsource/execute_job.ts @@ -5,7 +5,6 @@ * 2.0. */ -import { CSV_JOB_TYPE } from '../../../common/constants'; import { getFieldFormats } from '../../services'; import { RunTaskFn, RunTaskFnFactory } from '../../types'; import { decryptJobHeaders } from '../common';