From b5ce34ad82cfc500e8bf0f364dfc15ef97cb1815 Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Wed, 17 Sep 2025 16:00:37 -0700 Subject: [PATCH] style --- apps/chunking/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/chunking/__init__.py b/apps/chunking/__init__.py index 7983307..2f323e3 100644 --- a/apps/chunking/__init__.py +++ b/apps/chunking/__init__.py @@ -6,8 +6,6 @@ single implementation. When running from the repo without installation, it adds the `packages/leann-core/src` directory to `sys.path` as a fallback. """ -from __future__ import annotations - import sys from pathlib import Path