Skip to content

Commit e185204

Browse files
enable sample type checking for monitor query (Azure#39227)
* enable sample type checking for monitor query * add whitespace so we have a diff and CI runs correctly
1 parent ef224ca commit e185204

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

sdk/monitor/azure-monitor-query/mypy.ini

Lines changed: 0 additions & 13 deletions
This file was deleted.

sdk/monitor/azure-monitor-query/pyproject.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

sdk/monitor/azure-monitor-query/samples/sample_batch_query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
**Note** - Although this example uses pandas to print the response, it's optional and
1616
isn't a required package for querying. Alternatively, native Python can be used as well.
1717
"""
18+
1819
# [START send_query_batch]
1920
from datetime import datetime, timedelta, timezone
2021
import os

0 commit comments

Comments
 (0)