File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import logging
22import os
3- from functools import wraps , cache
3+ from functools import cache , wraps
44
55from azure .monitor .opentelemetry import configure_azure_monitor
66
Original file line number Diff line number Diff line change 44from collections import defaultdict
55from concurrent .futures import ThreadPoolExecutor
66from datetime import datetime
7- from functools import wraps , cache
7+ from functools import cache , wraps
88from operator import itemgetter
99from urllib .parse import urlencode
1010from uuid import uuid4
11- from azure .monitor .opentelemetry import configure_azure_monitor
1211
1312import numpy as np
1413import pandas as pd
1514import requests
15+ from azure .monitor .opentelemetry import configure_azure_monitor
1616from tenacity import (
1717 retry ,
1818 retry_if_exception_type ,
You can’t perform that action at this time.
0 commit comments