Skip to content

Commit 3996fe6

Browse files
authored
Remove unnecessary use (#2023)
1 parent ad92a18 commit 3996fe6

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
@@ -11,6 +11,7 @@
1111
- Apply new CodingStandard from latest php-cs-fixer.
1212
- AWS enhancement: Documentation updates.
1313
- change case of `getFilterBbox` method to `getFilterBBox` and `getRouteBbox` method to `getRouteBBox`
14+
- Remove unnecessary `use` statements
1415

1516
## 1.1.2
1617

src/Result/CalculateRouteMatrixResponse.php

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

55
use AsyncAws\Core\Response;
66
use AsyncAws\Core\Result;
7-
use AsyncAws\LocationService\Enum\DistanceUnit;
87
use AsyncAws\LocationService\ValueObject\CalculateRouteMatrixSummary;
98
use AsyncAws\LocationService\ValueObject\RouteMatrixEntry;
109
use AsyncAws\LocationService\ValueObject\RouteMatrixEntryError;

src/Result/CalculateRouteResponse.php

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

55
use AsyncAws\Core\Response;
66
use AsyncAws\Core\Result;
7-
use AsyncAws\LocationService\Enum\DistanceUnit;
87
use AsyncAws\LocationService\ValueObject\CalculateRouteSummary;
98
use AsyncAws\LocationService\ValueObject\Leg;
109
use AsyncAws\LocationService\ValueObject\LegGeometry;

0 commit comments

Comments
 (0)