We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use
1 parent f6dcaf0 commit 887416bCopy full SHA for 887416b
2 files changed
CHANGELOG.md
@@ -9,6 +9,7 @@
9
### Changed
10
11
- Apply new CodingStandard from latest php-cs-fixer.
12
+- Remove unnecessary `use` statements
13
14
## 2.0.5
15
src/Input/WriteRecordsRequest.php
@@ -6,7 +6,6 @@
6
use AsyncAws\Core\Input;
7
use AsyncAws\Core\Request;
8
use AsyncAws\Core\Stream\StreamFactory;
-use AsyncAws\TimestreamWrite\ValueObject\Dimension;
use AsyncAws\TimestreamWrite\ValueObject\Record;
final class WriteRecordsRequest extends Input
0 commit comments