Skip to content

Commit 0252406

Browse files
Black with isort
1 parent 63965c9 commit 0252406

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

datareservoirio/_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22
import os
3-
from functools import wraps, cache
3+
from functools import cache, wraps
44

55
from azure.monitor.opentelemetry import configure_azure_monitor
66

datareservoirio/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
from collections import defaultdict
55
from concurrent.futures import ThreadPoolExecutor
66
from datetime import datetime
7-
from functools import wraps, cache
7+
from functools import cache, wraps
88
from operator import itemgetter
99
from urllib.parse import urlencode
1010
from uuid import uuid4
11-
from azure.monitor.opentelemetry import configure_azure_monitor
1211

1312
import numpy as np
1413
import pandas as pd
1514
import requests
15+
from azure.monitor.opentelemetry import configure_azure_monitor
1616
from tenacity import (
1717
retry,
1818
retry_if_exception_type,

0 commit comments

Comments
 (0)