Skip to content

Commit 10ea537

Browse files
authored
Merge pull request #115723 from MicrosoftDocs/navba-MSFT-patch-1
{AzureAnomalyDetector} `import os` statement is missing in the python sample
2 parents 838947e + 34aa47f commit 10ea537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/ai-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-client-library-python.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ To visualize the anomalies and change points in relation to the sample data seri
185185
import pandas as pd
186186
import matplotlib.pyplot as plt
187187
import matplotlib.dates as mdates
188+
import os
188189

189190
API_KEY = os.environ['ANOMALY_DETECTOR_API_KEY']
190191
ENDPOINT = os.environ['ANOMALY_DETECTOR_ENDPOINT']

0 commit comments

Comments
 (0)