Skip to content

Commit be7207f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import pytest
77
from pytest_httpserver import HTTPServer
88

9+
from jupyterhub_cost_monitoring.prometheus import Prometheus
910
from src.jupyterhub_cost_monitoring.const_cost_aws import (
1011
GRANULARITY_DAILY,
1112
METRICS_UNBLENDED_COST,
@@ -14,7 +15,6 @@
1415
from src.jupyterhub_cost_monitoring.query_cost_aws import (
1516
query_total_costs_per_component,
1617
)
17-
from jupyterhub_cost_monitoring.prometheus import Prometheus
1818

1919
logger = logging.getLogger(__name__)
2020

0 commit comments

Comments
 (0)