Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eightlay committed Jan 19, 2023
1 parent b409dbc commit 38bf8d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ijim/interval_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
from pprint import pformat
from typing import Iterable, Generic, TypeVar

from comparable import Comparable
from utils import (
from .comparable import Comparable
from .utils import (
is_sorted,
has_duplicates,
)
from exceptions import (
from .exceptions import (
IntervalMapUnequalLength,
IntervalMapMustBeSorted,
IntervalMapNoDuplicates,
Expand Down

0 comments on commit 38bf8d4

Please # to comment.