Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00f3c89f authored by Tao Bao's avatar Tao Bao
Browse files

rangelib.py: Remove the obsolete comment line.

It was supposed to be removed in [1], but still exists for unknown
reason.

[1]: commit e8f75613

Change-Id: Ic51e14085294495ec390bbf3cbe8c4fb6e97b860
parent 4748de05
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ class RangeSet(object):
  lots of runs."""

  def __init__(self, data=None):
    # TODO(tbao): monotonic is broken when passing in a tuple.
    self.monotonic = False
    if isinstance(data, str):
      self._parse_internal(data)