8000 Fix relative import error. · dds/client_python@5914671 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5914671

Browse files
committed
Fix relative import error.
1 parent c37a15c commit 5914671

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