one other commit

This commit is contained in:
Codemonkey51
2020-08-03 16:59:58 -07:00
parent b90db79f96
commit a6c4d7aad0
+1
View File
@@ -27,6 +27,7 @@ class JSONKey:
def __init__(
self,
db: Any,
key: str,
dtype: JSON_TYPE,
get_default: Callable = None,