10000 Fix relative import error. · pythonAI/client_python@9139e82 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9139e82

Browse files
committed
Fix relative import error.
1 parent 814e24d commit 9139e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus_client/exposition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from . import core
1313

14-
from handlers.base import handler as default_handler
14+
from .handlers.base import handler as default_handler
1515

1616
try:
1717
from BaseHTTPServer import BaseHTTPRequestHandler

0 commit comments

Comments
 (0)
0