diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-02-21 14:16:24 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-02-21 14:16:24 +0200 |
| commit | bea37e2834a5265035b960277ff27e5f8d74d079 (patch) | |
| tree | 9a48f8d0fc926e9fe5dcc232dee7ba287cfac126 /py_bindings/src | |
| parent | cdc78ce436459047b06163f98fc661df9f2026f4 (diff) | |
Start working in new schema logic to core
Diffstat (limited to 'py_bindings/src')
| -rw-r--r-- | py_bindings/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py_bindings/src/lib.rs b/py_bindings/src/lib.rs index ce62dd7..6bf3505 100644 --- a/py_bindings/src/lib.rs +++ b/py_bindings/src/lib.rs @@ -269,7 +269,7 @@ impl Value { #[pyclass] struct DB { - db: log_db::DB<PyRecord, String>, + db: log_db::DB<PyRecord>, } #[pymethods] |
