Skip to content

Commit dc3d2bb

Browse files
committed
fix lint error
1 parent d2d8568 commit dc3d2bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/sysql/tool.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ async def tool_generate_and_run_sysql(self, ctx: Context, question: str) -> dict
4343
Examples:
4444
# tool_generate_and_run_sysql(question="Match Cloud Resource affected by Critical Vulnerability")
4545
# tool_generate_and_run_sysql(question="Match Kubernetes Workload affected by Critical Vulnerability")
46-
# tool_generate_and_run_sysql(question="Match AWS EC2 Instance that violates control 'EC2 - Instances should use IMDSv2'")
46+
# tool_generate_and_run_sysql(
47+
# question="Match AWS EC2 Instance that violates control 'EC2 - Instances should use IMDSv2'"
48+
# )
4749
"""
4850
# 1) Generate SysQL query
4951
try:

0 commit comments

Comments
 (0)