Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
tofische committed May 22, 2024
1 parent 21e8911 commit c9000c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercises/practice/state-of-tic-tac-toe/test/Tests.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{-# LANGUAGE RecordWildCards #-}

import Data.Foldable (for_)
import Data.Tuple (swap)
import Test.Hspec (Spec, describe, it, shouldBe)
import Test.Hspec.Runner (configFailFast, defaultConfig, hspecWith)

Expand Down

0 comments on commit c9000c9

Please sign in to comment.