We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b409dbc commit 38bf8d4Copy full SHA for 38bf8d4
ijim/interval_map.py
@@ -4,12 +4,12 @@
4
from pprint import pformat
5
from typing import Iterable, Generic, TypeVar
6
7
-from comparable import Comparable
8
-from utils import (
+from .comparable import Comparable
+from .utils import (
9
is_sorted,
10
has_duplicates,
11
)
12
-from exceptions import (
+from .exceptions import (
13
IntervalMapUnequalLength,
14
IntervalMapMustBeSorted,
15
IntervalMapNoDuplicates,
0 commit comments