Skip to content

Commit fac0152

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

1 file changed

Lines changed: 1 addition & 1 deletion

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 .cache import ttl_cache
1414
from .const_cost_aws import (

0 commit comments

Comments
 (0)