Remove unused MatchOperator import
This commit is contained in:
parent
2ae96e845d
commit
06a37d66e2
|
@ -1,7 +1,7 @@
|
|||
module Views.AlertList.Parsing exposing (alertsParser)
|
||||
|
||||
import UrlParser exposing ((</>), (<?>), Parser, int, map, oneOf, parseHash, s, string, stringParam)
|
||||
import Utils.Filter exposing (Filter, parseMatcher, MatchOperator(Eq, RegexMatch))
|
||||
import Utils.Filter exposing (Filter, parseMatcher, MatchOperator(RegexMatch))
|
||||
|
||||
|
||||
boolParam : String -> UrlParser.QueryParser (Maybe Bool -> a) a
|
||||
|
|
Loading…
Reference in New Issue