From 780b76bef3127ce5b64f8230fce60e915a7e0735 Mon Sep 17 00:00:00 2001 From: Priya Gautam Date: Mon, 24 May 2021 09:25:20 +0530 Subject: [PATCH] Fixing os import and bing search result key name (#429) --- clean/02_production.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/clean/02_production.ipynb b/clean/02_production.ipynb index 1360879..a7586b7 100644 --- a/clean/02_production.ipynb +++ b/clean/02_production.ipynb @@ -121,6 +121,7 @@ "metadata": {}, "outputs": [], "source": [ + "import os\n", "key = os.environ.get('AZURE_SEARCH_KEY', 'XXX')" ] },