Skip to content

Commit

Permalink
removes commented import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurley14 committed Jun 23, 2023
1 parent 0747d1a commit 8c63fbc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions x-pack/plugins/security_solution/public/common/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,3 @@ export interface SecuritySolutionDataViewBase extends DataViewBase {

export type AlertWorkflowStatus = 'open' | 'closed' | 'acknowledged';
export type Refetch = () => void;

// /**
// * @deprecated use DataViewSpec from @kbn/data-views-plugin/common
// * or DataView if absolutely necessary
// */
// export type DataViewBase = DataViewBase;
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
*/

import { useState, useMemo } from 'react';
// import type { DataViewBase } from '@kbn/es-query';
// import type { BrowserFields } from '@kbn/timelines-plugin/common';
import type { DataViewFieldMap, DataViewSpec } from '@kbn/data-views-plugin/common';

import { isThreatMatchRule } from '../../../../common/detection_engine/utils';
Expand All @@ -17,7 +15,6 @@ import type {
DefineStepRule,
ScheduleStepRule,
} from '../../../detections/pages/detection_engine/rules/types';
// import { DataSourceType } from '../../../detections/pages/detection_engine/rules/types';
import { useKibana } from '../../../common/lib/kibana';
import { useForm, useFormData } from '../../../shared_imports';
import { schema as defineRuleSchema } from '../../../detections/components/rules/step_define_rule/schema';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ import { useBulkDuplicateExceptionsConfirmation } from '../../../rule_management
import { BulkActionDuplicateExceptionsConfirmation } from '../../../rule_management_ui/components/rules_table/bulk_actions/bulk_duplicate_exceptions_confirmation';
import { RuleSnoozeBadge } from '../../../rule_management/components/rule_snooze_badge';
import { useRuleIndexPattern } from '../../../rule_creation_ui/pages/form';
// import { DataSourceType } from '../../../../detections/pages/detection_engine/rules/types';

/**
* Need a 100% height here to account for the graph/analyze tool, which sets no explicit height parameters, but fills the available space.
Expand Down

0 comments on commit 8c63fbc

Please sign in to comment.