We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6451757 commit a33bb7fCopy full SHA for a33bb7f
datasketch/storage.py
@@ -15,6 +15,7 @@
15
from pynamodb.connection.util import pythonic
16
from pynamodb.attributes import UnicodeAttribute, BinaryAttribute
17
import ulid
18
+ ddb = True
19
except ImportError:
20
ddb = None
21
0 commit comments