isort
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"""RangeMap class definition."""
|
||||
from bisect import bisect_left, bisect_right
|
||||
from collections import namedtuple, Mapping, MappingView, Set
|
||||
|
||||
from collections import Mapping, MappingView, Set, namedtuple
|
||||
|
||||
# Used to mark unmapped ranges
|
||||
_empty = object()
|
||||
|
||||
Reference in New Issue
Block a user