aboutsummaryrefslogtreecommitdiffstats
path: root/py_bindings
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-02-21 14:16:24 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-02-21 14:16:24 +0200
commitbea37e2834a5265035b960277ff27e5f8d74d079 (patch)
tree9a48f8d0fc926e9fe5dcc232dee7ba287cfac126 /py_bindings
parentcdc78ce436459047b06163f98fc661df9f2026f4 (diff)
Start working in new schema logic to core
Diffstat (limited to 'py_bindings')
-rw-r--r--py_bindings/src/lib.rs2
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]