Skip to content

Commit 0f763e6

Browse files
committed
fixed linter error
1 parent 2e37ed5 commit 0f763e6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

kotlin/services/dynamodb/src/test/kotlin/DynamoDB.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ import org.junit.jupiter.api.TestInstance
1313
import org.junit.jupiter.api.TestMethodOrder
1414
import org.slf4j.Logger
1515
import org.slf4j.LoggerFactory
16-
1716
import aws.sdk.kotlin.services.dynamodb.DynamoDbClient
1817
import aws.sdk.kotlin.services.secretsmanager.SecretsManagerClient
1918
import aws.sdk.kotlin.services.secretsmanager.model.GetSecretValueRequest
20-
2119
import com.kotlin.dynamodb.createNewTable
2220
import com.kotlin.dynamodb.deleteDynamoDBTable
2321
import com.kotlin.dynamodb.describeDymamoDBTable
@@ -27,7 +25,6 @@ import com.kotlin.dynamodb.putItemInTable
2725
import com.kotlin.dynamodb.queryDynTable
2826
import com.kotlin.dynamodb.scanItems
2927
import com.kotlin.dynamodb.updateTableItem
30-
3128
import com.kotlin.dynamodb.scenario.createScenarioTable
3229
import com.kotlin.dynamodb.scenario.createTablePartiQL
3330
import com.kotlin.dynamodb.scenario.createTablePartiQLBatch

0 commit comments

Comments
 (0)