Commit 6a6c0090 authored by juga's avatar juga
Browse files

Fix linter error

parent 1b17d599
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -461,7 +461,6 @@ class V3BWFile(object):
                          key=lambda l: l.bw)
        return cls(header, bw_lines)


    @staticmethod
    def bw_kb(bw_lines, reverse=False):
        bw_lines_scaled = copy.deepcopy(bw_lines)