Skip to content

Commit 5222d4a

Browse files
committed
fix: add noqa comment for bandit security check
1 parent 8494366 commit 5222d4a

File tree

1 file changed

+1
-1
lines changed
  • src/datapilot/core/knowledge

1 file changed

+1
-1
lines changed

src/datapilot/core/knowledge/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def handle_knowledge_base(self, public_id):
6464

6565
headers = {"Authorization": f"Bearer {token}", "X-Tenant": instance_name, "Content-Type": "application/json"}
6666

67-
req = Request(url, headers=headers)
67+
req = Request(url, headers=headers) # noqa: S310
6868

6969
try:
7070
# URL scheme validated above - only HTTP/HTTPS allowed

0 commit comments

Comments
 (0)