Skip to content

Commit

Permalink
No need for the Span here
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Saelices <[email protected]>
  • Loading branch information
msaelices committed Dec 22, 2024
1 parent 8db9a83 commit 3af72c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/src/builtin/int.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ from math import Ceilable, CeilDivable, Floorable, Truncable
from sys import bitwidthof

from builtin.io import _snprintf
from memory import Span, UnsafePointer
from memory import UnsafePointer
from python import Python, PythonObject
from python._cpython import Py_ssize_t

Expand Down

0 comments on commit 3af72c5

Please sign in to comment.