From 0c751d435a115ec6d1be9b720b057f45edddcb71 Mon Sep 17 00:00:00 2001 From: haosenwang1018 <167664334+haosenwang1018@users.noreply.github.com> Date: Mon, 2 Mar 2026 06:34:54 +0000 Subject: [PATCH] fix: remove duplicate FastCode export in __all__ Remove duplicate 'FastCode' entry from __all__ list in __init__.py. This fixes a minor code quality issue with no functional impact. --- fastcode/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fastcode/__init__.py b/fastcode/__init__.py index 89a1335..7b1f340 100644 --- a/fastcode/__init__.py +++ b/fastcode/__init__.py @@ -27,7 +27,6 @@ FastCode = FastCode __all__ = [ - "FastCode", "FastCode", "RepositoryLoader", "CodeParser",