We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8494366 commit 5222d4aCopy full SHA for 5222d4a
src/datapilot/core/knowledge/cli.py
@@ -64,7 +64,7 @@ def handle_knowledge_base(self, public_id):
64
65
headers = {"Authorization": f"Bearer {token}", "X-Tenant": instance_name, "Content-Type": "application/json"}
66
67
- req = Request(url, headers=headers)
+ req = Request(url, headers=headers) # noqa: S310
68
69
try:
70
# URL scheme validated above - only HTTP/HTTPS allowed
0 commit comments