From db29acbe906c958e6c630418cba6168cd90a7c5f Mon Sep 17 00:00:00 2001 From: stumpylog <797416+stumpylog@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:28:02 -0700 Subject: [PATCH] Trims dead assignment --- src/paperless_ai/vector_store.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/paperless_ai/vector_store.py b/src/paperless_ai/vector_store.py index 7b9f40dda..9987572f0 100644 --- a/src/paperless_ai/vector_store.py +++ b/src/paperless_ai/vector_store.py @@ -557,7 +557,6 @@ class PaperlessSqliteVecVectorStore(BasePydanticVectorStore): migration.description, ) self._run_structural_migration(migration) - current = migration.to_version return False