Skip to content

Commit 82ebc9a

Browse files
authored
Merge pull request #39 from abyrne55/v0.0.2
Remove matplotlib warning
2 parents ce261ce + 5497220 commit 82ebc9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

prometheus_api_client/metric.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
_MPL_FOUND = True
1414
except ImportError as exce:
1515
_MPL_FOUND = False
16-
print("WARNING: Plotting will not work as matplotlib was not found")
1716

1817

1918
class Metric:

0 commit comments

Comments
 (0)