Skip to content

Commit d7b0f5f

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

3 files changed

Lines changed: 3 additions & 3 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

tests/test_date_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
from unittest.mock import patch
1010

1111
import pytest
12-
1312
from cachetools.func import ttl_cache
13+
1414
from src.jupyterhub_cost_monitoring.date_utils import (
1515
DateRange,
1616
ensure_utc_datetime,

0 commit comments

Comments
 (0)