Skip to content

Commit

Permalink
remove unused variable and import
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Apr 7, 2021
1 parent a6e7fea commit ca172f5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { EuiCode } from '@elastic/eui';

import {
FIELD_TYPES,
fieldValidators,
UseField,
Field,
ComboBoxField,
Expand All @@ -24,8 +23,6 @@ import { FieldNameField } from './common_fields/field_name_field';
import { TargetField } from './common_fields/target_field';
import { IgnoreMissingField } from './common_fields/ignore_missing_field';

const { emptyField } = fieldValidators;

const fieldsConfig: FieldsConfig = {
/* Required fields config */
field_split: {
Expand Down

0 comments on commit ca172f5

Please sign in to comment.