提交 4b2f1e7f 编写于 作者: W wenkai

fix static check

上级 42cb780f
...@@ -156,8 +156,6 @@ class HistogramReservoir(Reservoir): ...@@ -156,8 +156,6 @@ class HistogramReservoir(Reservoir):
Args: Args:
size (int): Container Size. If the size is 0, the container is not limited. size (int): Container Size. If the size is 0, the container is not limited.
""" """
def __init__(self, size):
super().__init__(size)
def samples(self): def samples(self):
"""Return all stored samples.""" """Return all stored samples."""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册