Skip to content

Commit

Permalink
Removed code duplicates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuznietsov committed Sep 29, 2022
1 parent 8eab873 commit 14ce425
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 170 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { getConfigurationForMetric as getConfiguration } from '../lib/configurat
import { getReducedTimeRange, isValidMetrics } from '../lib/metrics';
import { ConvertTsvbToLensVisualization } from '../types';
import { ColumnsWithoutMeta, Layer as ExtendedLayer } from '../lib/convert';
import { excludeMetaFromLayers, getUniqueBuckets } from './utils';
import { excludeMetaFromLayers, getUniqueBuckets } from '../utils';

const MAX_SERIES = 2;
const MAX_BUCKETS = 2;
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 14ce425

Please sign in to comment.