Remove redundant import
This commit is contained in:
parent
5d23b3a36f
commit
aa1e10e3e9
@ -13,8 +13,6 @@ import Data.Bifunctor
|
||||
import Text.Parsec
|
||||
import Text.Parsec.Text
|
||||
|
||||
import Data.List (foldl')
|
||||
|
||||
|
||||
parseStudyFeatures :: UserId -> Text -> Either Text [StudyFeatures]
|
||||
parseStudyFeatures uId = first tshow . parse (pStudyFeatures uId <* eof) ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user