Skip to content

Commit 1789349

Browse files
committed
CM-58331-remove test
1 parent 3418f87 commit 1789349

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cycode/cli/apps/ai_guardrails/scan/scan_command.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ def scan_command(
8888
stdin_data = sys.stdin.read().strip()
8989
payload = safe_json_parse(stdin_data)
9090

91-
with open ('/tmp/test.input', 'w') as f:
92-
f.write(stdin_data)
93-
9491
tool = ide.lower()
9592
response_builder = get_response_builder(tool)
9693

0 commit comments

Comments
 (0)