Skip to content

Commit 1e292c6

Browse files
committed
del unused imports
1 parent 7b51946 commit 1e292c6

File tree

5 files changed

+1
-7
lines changed

5 files changed

+1
-7
lines changed

prometheus_push_client/compat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import contextlib
21
import asyncio
32

43

prometheus_push_client/formats/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import time
2-
31
from prometheus_push_client.registry import PUSH_REGISTRY
42

53

prometheus_push_client/formats/openmetrics.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import prometheus_client as pc
2-
31
from prometheus_push_client.formats.base import BaseFormat
42

53

prometheus_push_client/transports/http.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import asyncio
21
try:
32
import requests
43
except ImportError: # pragma: no cover

prometheus_push_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.6"
1+
__version__ = "0.0.7"

0 commit comments

Comments
 (0)