From dc9f8f5593ff8166c60c261681bc34a55dbb82d5 Mon Sep 17 00:00:00 2001 From: tiagofneto Date: Thu, 26 Oct 2023 19:26:11 +0600 Subject: [PATCH] 7.2 Unused Import --- src/utils/types/words64.cairo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/types/words64.cairo b/src/utils/types/words64.cairo index e3bf14e..758f2b1 100644 --- a/src/utils/types/words64.cairo +++ b/src/utils/types/words64.cairo @@ -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