Skip to content

Commit d94e6d1

Browse files
authored
Remove unnecessary use (#2023)
1 parent 7be0d75 commit d94e6d1

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
- Apply new CodingStandard from latest php-cs-fixer.
1818
- Use a more stable sorting for the list of generated region metadata
19+
- Remove unnecessary `use` statements
1920

2021
## 1.3.1
2122

src/Input/GetMetricDataInput.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use AsyncAws\CloudWatch\Enum\ScanBy;
66
use AsyncAws\CloudWatch\ValueObject\LabelOptions;
7-
use AsyncAws\CloudWatch\ValueObject\Metric;
87
use AsyncAws\CloudWatch\ValueObject\MetricDataQuery;
98
use AsyncAws\Core\Exception\InvalidArgument;
109
use AsyncAws\Core\Input;

src/Input/PutMetricDataInput.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace AsyncAws\CloudWatch\Input;
44

5-
use AsyncAws\CloudWatch\ValueObject\Entity;
65
use AsyncAws\CloudWatch\ValueObject\EntityMetricData;
76
use AsyncAws\CloudWatch\ValueObject\MetricDatum;
87
use AsyncAws\Core\Exception\InvalidArgument;

0 commit comments

Comments
 (0)