Skip to content

Commit 82e1bca

Browse files
authored
fix cred scan issue (#3677)
1 parent 9029297 commit 82e1bca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/python/foundation-models/mistral/mistralai.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"import os\n",
8080
"\n",
8181
"endpoint = os.getenv(\"AZURE_MISTRAL_ENDPOINT\", None)\n",
82+
"# cscan:ignore-line\n",
8283
"api_key = os.getenv(\"AZURE_MISTRAL_API_KEY\", None)"
8384
]
8485
},

0 commit comments

Comments
 (0)