Skip to content

Commit 55f2467

Browse files
style: ruff format tests/test_package_exports.py
CI's QA → Python Isolation → Check formatting step failed on this file. Phase C subagent added the export test but didn't run the formatter afterward. One-line whitespace fix.
1 parent 90bdffa commit 55f2467

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/python/agentic_isolation/tests/test_package_exports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,5 @@ def test_observability_event_has_subagent_fields(self) -> None:
116116

117117
def test_workspace_files_exported():
118118
import agentic_isolation
119+
119120
assert hasattr(agentic_isolation, "WorkspaceFiles")

0 commit comments

Comments
 (0)