Skip to content

Commit a33bb7f

Browse files
author
Ed Holland
committed
Fix key error
1 parent 6451757 commit a33bb7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datasketch/storage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from pynamodb.connection.util import pythonic
1616
from pynamodb.attributes import UnicodeAttribute, BinaryAttribute
1717
import ulid
18+
ddb = True
1819
except ImportError:
1920
ddb = None
2021

0 commit comments

Comments
 (0)