Skip to content

Commit

Permalink
Fixed imports, from static to dynamic.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyaxia committed Sep 26, 2018
1 parent 03e5dc0 commit 7bc7df4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebook/prometheus/log_functions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from notebook.prometheus.metrics import HTTP_REQUEST_DURATION_SECONDS
from ..prometheus.metrics import HTTP_REQUEST_DURATION_SECONDS


def prometheus_log_method(handler):
Expand Down
2 changes: 1 addition & 1 deletion notebook/terminal/api_handlers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
from tornado import web, gen
from ..base.handlers import APIHandler
from notebook.prometheus.metrics import TERMINAL_CURRENTLY_RUNNING_TOTAL
from ..prometheus.metrics import TERMINAL_CURRENTLY_RUNNING_TOTAL


class TerminalRootHandler(APIHandler):
Expand Down

0 comments on commit 7bc7df4

Please sign in to comment.