refactor: reorganize import statements and improve code formatting across multiple files
This commit is contained in:
@@ -18,6 +18,6 @@ def test_heartbeat_templates_fit_in_injected_context_limit() -> None:
|
||||
)
|
||||
for name in targets:
|
||||
size = (TEMPLATES_DIR / name).stat().st_size
|
||||
assert size <= HEARTBEAT_CONTEXT_LIMIT, (
|
||||
f"{name} is {size} chars (limit {HEARTBEAT_CONTEXT_LIMIT})"
|
||||
)
|
||||
assert (
|
||||
size <= HEARTBEAT_CONTEXT_LIMIT
|
||||
), f"{name} is {size} chars (limit {HEARTBEAT_CONTEXT_LIMIT})"
|
||||
|
||||
Reference in New Issue
Block a user