diff --git a/src/py/omni_token_economy/__init__.py b/src/py/omni_token_economy/__init__.py index c11571a..8d77bd2 100644 --- a/src/py/omni_token_economy/__init__.py +++ b/src/py/omni_token_economy/__init__.py @@ -2,8 +2,8 @@ from .compact import ( compact_record, - compact_records, compact_record_with_telemetry, + compact_records, compact_secret, compact_secrets, compress_context, diff --git a/tests/py/test_compact.py b/tests/py/test_compact.py index a5ce05f..95e1a28 100644 --- a/tests/py/test_compact.py +++ b/tests/py/test_compact.py @@ -15,7 +15,6 @@ from omni_token_economy import ( is_redundant, ) - # ─── estimate_tokens ──────────────────────────────────────────────────