Skip to content

Commit c669494

Browse files
committed
fix: The import of ‘foldl'’ from module ‘Data.List’ is redundant
1 parent b3b3d41 commit c669494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EVM/Opcode/Labelled.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module EVM.Opcode.Labelled
2323
) where
2424

2525
import Data.Function (fix)
26-
import Data.List (foldl', group, sort)
26+
import Data.List (group, sort)
2727
import Data.Map (Map)
2828
import qualified Data.Map as Map
2929
import Data.Maybe (mapMaybe)

0 commit comments

Comments
 (0)