Skip to content

Commit 25a40d9

Browse files
committed
fix indent
1 parent 0c5ba05 commit 25a40d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ To visualize the anomalies and change points in relation to the sample data seri
190190
ENDPOINT = os.environ['ANOMALY_DETECTOR_ENDPOINT']
191191
DATA_PATH = "REPLACE_WITH_YOUR_LOCAL_SAMPLE_REQUEST_DATA_PATH" #example: c:\\test\\request-data.csv
192192

193-
client = AnomalyDetectorClient(ENDPOINT, AzureKeyCredential(API_KEY))
193+
client = AnomalyDetectorClient(ENDPOINT, AzureKeyCredential(API_KEY))
194194

195195
series = []
196196
data_file = pd.read_csv(DATA_PATH, header=None, encoding='utf-8', date_parser=[0])

0 commit comments

Comments
 (0)