1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-27 17:22:57 +01:00

Removed unused import

This commit is contained in:
James Eastham 2024-01-28 10:00:21 +00:00
parent 54e9de22a3
commit a7af8385f3

View File

@ -12,7 +12,6 @@ use aws_config::{
use aws_sdk_dynamodb::{
config::{Credentials, ProvideCredentials, Region},
error::SdkError,
operation::update_item::UpdateItemError,
types::AttributeValue,
Client, Config,
};