object_based_docstore_approach #68

Merged
brian merged 64 commits from object_based_docstore_approach into main 2025-04-16 00:03:25 +02:00
Showing only changes of commit a2b818bbcc - Show all commits
+1 -1
View File
@@ -112,7 +112,7 @@ module = "utils.*"
ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "datastore.*"
module = "shared.datastore.*"
ignore_missing_imports = true
[[tool.mypy.overrides]]