fix: ruff import sorting (I001) em __init__.py e test_compact.py
This commit is contained in:
parent
5fc3ea3d2d
commit
d60d3f6dcb
2 changed files with 1 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
from .compact import (
|
||||
compact_record,
|
||||
compact_records,
|
||||
compact_record_with_telemetry,
|
||||
compact_records,
|
||||
compact_secret,
|
||||
compact_secrets,
|
||||
compress_context,
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ from omni_token_economy import (
|
|||
is_redundant,
|
||||
)
|
||||
|
||||
|
||||
# ─── estimate_tokens ──────────────────────────────────────────────────
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue