Skip to content

Commit

Permalink
Update metrics.py
Browse files Browse the repository at this point in the history
I think this fixes an incorrect import?
  • Loading branch information
vidartf authored and kevin-bates committed Sep 26, 2019
1 parent 3c6eaaf commit 69af480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server/metrics.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ..prometheus.metrics import HTTP_REQUEST_DURATION_SECONDS
from .prometheus.metrics import HTTP_REQUEST_DURATION_SECONDS


def prometheus_log_method(handler):
Expand Down

0 comments on commit 69af480

Please sign in to comment.