Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: client/third_party/infra_libs/ts_mon/common/errors.py

Issue 2991803002: Update infra_libs to 1.1.15 / 0b44aba87c1c6538439df6d24a409870810747ab (Closed)
Patch Set: fix Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: client/third_party/infra_libs/ts_mon/common/errors.py
diff --git a/client/third_party/infra_libs/ts_mon/common/errors.py b/client/third_party/infra_libs/ts_mon/common/errors.py
index 3bf76315ce16340f840863e648bf96def7834b99..251bcfd4a37da81d0d2b7c96ef61e36cd4ce3d8c 100644
--- a/client/third_party/infra_libs/ts_mon/common/errors.py
+++ b/client/third_party/infra_libs/ts_mon/common/errors.py
@@ -117,16 +117,6 @@ class MonitoringFailedToFlushAllMetricsError(MonitoringError):
(self.error_count))
-class UnknownModificationTypeError(MonitoringError):
- """Raised when using a Modification with an unknown type value."""
-
- def __init__(self, mod_type):
- self.mod_type = mod_type
-
- def __str__(self):
- return 'Unknown modification type "%s"' % self.mod_type
-
-
class MetricDefinitionError(MonitoringError):
"""Raised when a metric was defined incorrectly."""
« no previous file with comments | « client/third_party/infra_libs/ts_mon/common/distribution.py ('k') | client/third_party/infra_libs/ts_mon/common/helpers.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698