Skip to content

Commit

Permalink
Remove now-unused pack import
Browse files Browse the repository at this point in the history
  • Loading branch information
ddssff committed Nov 15, 2023
1 parent d76af9b commit bb37ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Clay/Render.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Control.Applicative
import Control.Monad.Writer
import Data.List (sort)
import Data.Maybe
import Data.Text (Text, pack)
import Data.Text (Text)
import Data.Text.Lazy.Builder
import Prelude hiding ((**))

Expand Down

0 comments on commit bb37ff7

Please sign in to comment.