We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b51946 commit 1e292c6Copy full SHA for 1e292c6
prometheus_push_client/compat.py
@@ -1,4 +1,3 @@
1
-import contextlib
2
import asyncio
3
4
prometheus_push_client/formats/base.py
@@ -1,5 +1,3 @@
-import time
-
from prometheus_push_client.registry import PUSH_REGISTRY
5
prometheus_push_client/formats/openmetrics.py
-import prometheus_client as pc
from prometheus_push_client.formats.base import BaseFormat
prometheus_push_client/transports/http.py
-import asyncio
try:
import requests
except ImportError: # pragma: no cover
prometheus_push_client/version.py
@@ -1 +1 @@
-__version__ = "0.0.6"
+__version__ = "0.0.7"
0 commit comments