personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove unused os import in tests/conftest.py

Rebase surfaced an unused `os` import after main's baseline harness
refactor (103d589d) moved the helpers that used it.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

-1
-1
tests/conftest.py
··· 2 2 # Copyright (c) 2026 sol pbc 3 3 4 4 import importlib 5 - import os 6 5 import sys 7 6 import types 8 7 from pathlib import Path