Skip to content

Commit 78d5c8c

Browse files
committed
chore(maintenance): fixes sonar linting error
1 parent 80d53f7 commit 78d5c8c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/metrics/tests/helpers/metricsUtils.ts

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
import type { LambdaInterface } from '@aws-lambda-powertools/commons/types';
22
import {
33
type CloudWatchClient,
4+
type Dimension,
45
ListMetricsCommand,
5-
} from '@aws-sdk/client-cloudwatch';
6-
import type {
7-
Dimension,
8-
ListMetricsCommandOutput,
6+
type ListMetricsCommandOutput,
97
} from '@aws-sdk/client-cloudwatch';
108
import type { Context, Handler } from 'aws-lambda';
119
import promiseRetry from 'promise-retry';

0 commit comments

Comments
 (0)