From bea37e2834a5265035b960277ff27e5f8d74d079 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 21 Feb 2025 14:16:24 +0200 Subject: Start working in new schema logic to core --- py_bindings/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py_bindings') 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, + db: log_db::DB, } #[pymethods] -- cgit v1.3