Skip to content

Commit

Permalink
7.2 Unused Import
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagofneto committed Oct 26, 2023
1 parent a1bb7fe commit dc9f8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/types/words64.cairo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use cairo_lib::utils::bitwise::{left_shift, right_shift};
use cairo_lib::utils::bitwise::left_shift;

// @notice Represents a span of 64 bit words
// @dev In many cases it's expected that the words are in little endian, but the overall order is big endian
Expand Down

0 comments on commit dc9f8f5

Please sign in to comment.