Skip to content

Commit

Permalink
Remove impot
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaibu committed Nov 17, 2023
1 parent 23c2b40 commit 58207cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guide/database.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ First, we must implement ToField to allow using a tuple of `(ProjectType, Int)`
```haskell
-- Web/Types.hs
import Database.PostgreSQL.Simple.ToField
import Data.ByteString.Builder (byteString, char8)
import Data.ByteString.Builder (char8)
instance ToField (ProjectType, Int) where
Expand Down

0 comments on commit 58207cd

Please sign in to comment.