Skip to content

Commit 697f321

Browse files
aditik0303claude
andcommitted
fix(openai-agents): trailing newline on governance/__init__.py (W292)
The review's W292 nit named __init__.py:39 too; the earlier fix only covered hooks.py and the test file. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 0917c4a commit 697f321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/uipath-openai-agents/src/uipath_openai_agents/governance

packages/uipath-openai-agents/src/uipath_openai_agents/governance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
__all__ = [
1818
"GovernanceAgentHooks",
1919
"install_governance",
20-
]
20+
]

0 commit comments

Comments
 (0)