Skip to content

Commit

Permalink
fix after merge
Browse files Browse the repository at this point in the history
Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
  • Loading branch information
martinvuyk committed Feb 3, 2025
1 parent 0870a2b commit 6ea3ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/src/builtin/range.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ from python import (
) # TODO: remove this and fixup downstream imports

from utils._select import _select_register_value as select
from utils.string_slice import StringSlice, _StringSliceIter
from collections.string.string_slice import StringSlice, _StringSliceIter
from collections.list import _ListIter
from collections.dict import (
Dict,
Expand Down

0 comments on commit 6ea3ff4

Please sign in to comment.