Skip to content

Commit 4698868

Browse files
committed
fix(dynamodb): drop the two type imports left unused by the cast removal
Dropping the redundant as-casts left ProvisionedThroughput and OnDemandThroughput imported but unreferenced. Caught by CI because the previous round ran vp check --fix but not vp run check, and only the latter is CI parity.
1 parent ad56c62 commit 4698868

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/provisioning/providers/dynamodb-globaltable-provider.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ import {
1919
type GlobalSecondaryIndex,
2020
type GlobalSecondaryIndexUpdate,
2121
type LocalSecondaryIndex,
22-
type OnDemandThroughput,
23-
type ProvisionedThroughput,
2422
type ReplicaGlobalSecondaryIndex,
2523
type StreamSpecification,
2624
type Tag,

0 commit comments

Comments
 (0)