Move base handler back into exposition. · pythonAI/client_python@0bebb0a · GitHub
Skip to content

Commit 0bebb0a

Browse files
committed
Move base handler back into exposition.
1 parent 7f863dd commit 0bebb0a

4 files changed

Lines changed: 22 additions & 31 deletions

File tree

prometheus_client/exposition.py

Lines changed: 20 additions & 8 deletions

prometheus_client/handlers/base.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

prometheus_client/handlers/basic_auth.py

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

33
import base64
44

5-
from prometheus_client.handlers.base import handler as default_handler
5+
from prometheus_client.exposition import default_handler
66

77
def handler(url, method, timeout, headers, data, username = None, password = None):
88
def handle():

tests/test_exposition.py

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)