Skip to content

Commit cf11bc2

Browse files
authored
fix: change absolute to relative import (#143)
1 parent 3856038 commit cf11bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routingpy/valhalla_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from enum import Enum
1919
from typing import List, Optional, Tuple, Union
2020

21-
from routingpy.utils import decode_polyline6
21+
from .utils import decode_polyline6
2222

2323

2424
class MatchDiscontinuity(str, Enum):

0 commit comments

Comments
 (0)