Skip to content

Commit 5b85d33

Browse files
phernandezclaude
andcommitted
fix: remove unused setuptools import causing runtime error
Fixes ModuleNotFoundError when basic-memory is installed in environments without setuptools (common with uv tool installs) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent e2bd314 commit 5b85d33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/basic_memory/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from loguru import logger
1010
from pydantic import Field, field_validator
1111
from pydantic_settings import BaseSettings, SettingsConfigDict
12-
from setuptools.command.setopt import config_file
1312

1413
import basic_memory
1514
from basic_memory.utils import setup_logging, generate_permalink

0 commit comments

Comments
 (0)