summaryrefslogtreecommitdiff
path: root/requests_cache
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-04-20 14:25:11 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-04-20 14:25:35 -0500
commita26290f6072bbe6c98dffc8f5cd23f6c0906bb0c (patch)
tree296aa58d183680c24cb3683675e0baa8e411def7 /requests_cache
parenta2a65250d61997935763cf958f16a914930f1b43 (diff)
downloadrequests-cache-a26290f6072bbe6c98dffc8f5cd23f6c0906bb0c.tar.gz
Add screenshots and info for viewing DynamoDB responses
Diffstat (limited to 'requests_cache')
-rw-r--r--requests_cache/backends/dynamodb.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/requests_cache/backends/dynamodb.py b/requests_cache/backends/dynamodb.py
index 8161ae9..50ef82d 100644
--- a/requests_cache/backends/dynamodb.py
+++ b/requests_cache/backends/dynamodb.py
@@ -45,7 +45,6 @@ class DynamoDbCache(BaseCache):
)
-# TODO: Add screenshot of viewing responses in AWS console
class DynamoDbDict(BaseStorage):
"""A dictionary-like interface for DynamoDB table