Skip to content

Commit f7abc7d

Browse files
committed
oops, silly absolute import
1 parent 81eeac5 commit f7abc7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

unpythonic/slicing.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
__all__ = ["view", "islice", "fup"]
55

66
from itertools import islice as islicef
7-
from unpythonic import SequenceView, fupdate
7+
8+
from .collections import SequenceView
9+
from .fup import fupdate
810

911
view = SequenceView
1012

0 commit comments

Comments
 (0)