Skip to content

Commit

Permalink
change import
Browse files Browse the repository at this point in the history
Signed-off-by: martinvuyk <[email protected]>
  • Loading branch information
martinvuyk committed Dec 26, 2024
1 parent 6324b35 commit 0ed87ea
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions stdlib/src/builtin/string_literal.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,11 @@ These are Mojo built-ins, so you don't need to import them.

from collections import List
from collections.string.format import _CurlyEntryFormattable, _FormatCurlyEntry
from collections.string.string_slice import (
StringSlice,
StaticString,
_StringSliceIter,
_to_string_list,
)
from collections.string.string_slice import _StringSliceIter, _to_string_list
from hashlib._hasher import _HashableWithHasher, _Hasher
from memory import UnsafePointer, memcpy, Span
from sys.ffi import c_char
from utils import StringRef, Writable, Writer
from utils import StaticString, StringRef, StringSlice, Writable, Writer
from utils._visualizers import lldb_formatter_wrapping_type


Expand Down

0 comments on commit 0ed87ea

Please sign in to comment.