Skip to content

Commit

Permalink
Fix newly added import
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Jan 25, 2022
1 parent c7414c7 commit 7d5bb90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
*/

import { Moment } from 'moment';
import { InventoryMetricConditions } from '../../../../../common/alerting/metrics';
import { SnapshotCustomMetricInput } from '../../../../../common/http_api';
import { findInventoryModel } from '../../../../../common/inventory_models';
import {
InventoryItemType,
SnapshotMetricType,
} from '../../../../../common/inventory_models/types';
import { InventoryMetricConditions } from '../types';
import { isRate } from './is_rate';
import { findInventoryModel } from '../../../../../common/inventory_models';

export const calcualteFromBasedOnMetric = (
to: Moment,
Expand Down

0 comments on commit 7d5bb90

Please sign in to comment.