We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce261ce + 5497220 commit 82ebc9aCopy full SHA for 82ebc9a
prometheus_api_client/metric.py
@@ -13,7 +13,6 @@
13
_MPL_FOUND = True
14
except ImportError as exce:
15
_MPL_FOUND = False
16
- print("WARNING: Plotting will not work as matplotlib was not found")
17
18
19
class Metric:
0 commit comments