Skip to content

Commit 38bf8d4

Browse files
committed
import fix
1 parent b409dbc commit 38bf8d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ijim/interval_map.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
from pprint import pformat
55
from typing import Iterable, Generic, TypeVar
66

7-
from comparable import Comparable
8-
from utils import (
7+
from .comparable import Comparable
8+
from .utils import (
99
is_sorted,
1010
has_duplicates,
1111
)
12-
from exceptions import (
12+
from .exceptions import (
1313
IntervalMapUnequalLength,
1414
IntervalMapMustBeSorted,
1515
IntervalMapNoDuplicates,

0 commit comments

Comments
 (0)