Skip to content

Commit 1bf0469

Browse files
committed
Superflous function
1 parent 6d5cdac commit 1bf0469

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

metric_providers/disk/io/procfs/system/provider.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ def __init__(self, sampling_rate, skip_check=False):
1717

1818
self._sub_metrics_name = ['disk_io_read_procfs_system', 'disk_io_write_procfs_system']
1919

20-
def _parse_metrics(self, df):
21-
df = super()._parse_metrics(df)
22-
return self._parse_metrics_splitup_helper(df)
23-
2420
def _parse_metrics(self, df):
2521
df = super()._parse_metrics(df)
2622

0 commit comments

Comments
 (0)