Browse Source

fix static check

tags/v0.2.0-alpha
wenkai 5 years ago
parent
commit
4b2f1e7fc8
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      mindinsight/datavisual/data_transform/reservoir.py

+ 0
- 2
mindinsight/datavisual/data_transform/reservoir.py View File

@@ -156,8 +156,6 @@ class HistogramReservoir(Reservoir):
Args:
size (int): Container Size. If the size is 0, the container is not limited.
"""
def __init__(self, size):
super().__init__(size)

def samples(self):
"""Return all stored samples."""


Loading…
Cancel
Save