graphite-project / carbon

Too many positional arguments in function call PYL-E1121
Bug risk
Critical
4 years ago4 years old
Too many positional arguments for method call
53        _process.i = 0
54
55        if buf is None:
56            buf = BufferManager.get_buffer(METRIC_AGGR, 1, None)57
58        t = timeit.timeit(_process, number=n)
59        buf.close()