Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Dec 24, 2024
1 parent bc3480e commit 8c9911e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/// <reference types="@kbn/ambient-ftr-types"/>

import expect from '@kbn/expect/expect';
import expect from '@kbn/expect';
import { RuleResponse } from '@kbn/alerting-plugin/common/routes/rule/response/types/v1';
import moment from 'moment';
import { apm, timerange } from '@kbn/apm-synthtrace-client';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/// <reference types="@kbn/ambient-ftr-types"/>

import expect from '@kbn/expect/expect';
import expect from '@kbn/expect';
import moment from 'moment';
import { apm, timerange, serviceMap } from '@kbn/apm-synthtrace-client';
import { RuleResponse } from '@kbn/alerting-plugin/common/routes/rule/response/types/v1';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/// <reference types="@kbn/ambient-ftr-types"/>

import expect from '@kbn/expect/expect';
import expect from '@kbn/expect';
import {
InstallationStatusResponse,
PerformInstallResponse,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/// <reference types="@kbn/ambient-ftr-types"/>

import expect from '@kbn/expect/expect';
import expect from '@kbn/expect';
import { MessageRole } from '@kbn/observability-ai-assistant-plugin/common';
import { chatClient, esClient } from '../../services';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/// <reference types="@kbn/ambient-ftr-types"/>

import { apm, timerange } from '@kbn/apm-synthtrace-client';
import expect from '@kbn/expect/expect';
import expect from '@kbn/expect';
import moment from 'moment';
import { chatClient, esClient, synthtraceEsClients } from '../../services';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/// <reference types="@kbn/ambient-ftr-types"/>

import expect from '@kbn/expect/expect';
import expect from '@kbn/expect';
import { MessageRole } from '@kbn/observability-ai-assistant-plugin/common';
import { chatClient, esClient, kibanaClient } from '../../services';

Expand Down

0 comments on commit 8c9911e

Please sign in to comment.