Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 668efbb

Browse files
robrixpatrickt
andcommitted
Tidy up the imports.
Co-Authored-By: Patrick Thomson <patrickt@users.noreply.github.com>
1 parent 1b427b9 commit 668efbb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Data/Source/Spec.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ import qualified Data.Text as Text
88
import Test.Hspec
99

1010
import qualified Generators as Gen
11+
import Hedgehog hiding (Range)
1112
import qualified Hedgehog.Gen as Gen
12-
import Hedgehog ((===))
1313
import qualified Hedgehog.Range
14-
import Hedgehog hiding (Range)
1514
import qualified Test.Tasty as Tasty
1615
import Test.Tasty.Hedgehog (testProperty)
1716

0 commit comments

Comments
 (0)