Skip to content

Commit dfd0eec

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6fec508 commit dfd0eec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/jupyterhub_cost_monitoring/query_cost_aws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
import functools
77
from pprint import pformat
88

9-
from cachetools.func import ttl_cache
109
import boto3
1110
import requests
11+
from cachetools.func import ttl_cache
1212

1313
from .const_cost_aws import (
1414
FILTER_ATTRIBUTABLE_COSTS,

src/jupyterhub_cost_monitoring/query_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
import escapism
1010
import requests
11+
from cachetools.func import ttl_cache
1112
from yarl import URL
1213

13-
from cachetools.func import ttl_cache
1414
from .const_usage import USAGE_MAP, USER_GROUP_INFO
1515
from .date_utils import DateRange, get_now_date
1616
from .logs import get_logger

0 commit comments

Comments
 (0)