diff --git a/moto/dynamodb2/responses.py b/moto/dynamodb2/responses.py index 1e422aaf5..b9154b6e1 100644 --- a/moto/dynamodb2/responses.py +++ b/moto/dynamodb2/responses.py @@ -593,4 +593,3 @@ class DynamoHandler(BaseResponse): ttl_spec = self.dynamodb_backend.describe_ttl(name) return json.dumps({'TimeToLiveDescription': ttl_spec}) -