Remove unused class

This commit is contained in:
Joseph Schorr 2017-01-12 13:43:49 -05:00
parent 7f63cbd14f
commit 19cb64df5d

View file

@ -9,14 +9,6 @@ MINIMUM_EXTENSION = timedelta(seconds=20)
DEFAULT_BATCH_SIZE = 1000
class NoopWith:
def __enter__(self):
pass
def __exit__(self, type, value, traceback):
pass
class BuildMetricQueueReporter(object):
""" Metric queue reporter for the build system. """
def __init__(self, metric_queue):