Remove unused class
This commit is contained in:
parent
7f63cbd14f
commit
19cb64df5d
1 changed files with 0 additions and 8 deletions
|
@ -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):
|
||||
|
|
Reference in a new issue