Skip to content

Commit

Permalink
Unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Dec 22, 2023
1 parent 0a2abdd commit 750963e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/src/2023/22.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Maintainer : emertens@gmail.com
-}
module Main (main) where

import Advent (format, count, pickOne)
import Advent (format, count)
import Advent.Box (intersectBox, Box(Pt, Dim), Box')
import Control.Parallel.Strategies (parList, rseq, runEval)
import Data.List (sort, tails, inits)
Expand Down

0 comments on commit 750963e

Please sign in to comment.