Skip to content

Commit 364f7ff

Browse files
authored
Fix CodeQL comment. (#359)
CodeQL comments can't be multiline.
1 parent 778d16e commit 364f7ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/vmtests/vmtests/utils/ssh_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
from threading import Thread
1111
from typing import Any, Dict, List, Optional, Union
1212

13-
# CodeQL [SM04242] false positive: Paramiko is used in test-only code, not in production.
14-
# The warning is acceptable as it does not affect released artifacts.
13+
# CodeQL [SM04242] Paramiko is used in test-only code, not in production. The warning is acceptable as it does not affect released artifacts.
1514
from paramiko import AutoAddPolicy, SSHClient
1615
from paramiko.channel import ChannelFile, ChannelStderrFile
1716
from paramiko.ssh_exception import NoValidConnectionsError, SSHException

0 commit comments

Comments
 (0)