Skip to content

Commit

Permalink
chore: move line back to reduce git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Aug 22, 2023
1 parent 7aab0d3 commit c67eaf2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ import Axios, { AxiosRequestConfig } from 'axios';

import { ToolingLog } from '../tooling_log';
import { parseConfig, Config } from './ci_stats_config';
import { CiStatsMetadata } from './ci_stats_metadata';

import type { CiStatsTestGroupInfo, CiStatsTestRun } from './ci_stats_test_group_types';
import { CiStatsMetadata } from './ci_stats_metadata';

const BASE_URL = 'https://ci-stats.kibana.dev';
const SECOND = 1000;
Expand Down

0 comments on commit c67eaf2

Please sign in to comment.