mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-27 12:08:51 +03:00
Remove unused variables in NoLeftPizza
This commit is contained in:
parent
dbc28af347
commit
97179db534
@ -6,14 +6,11 @@ module NoLeftPizza exposing (rule, Strictness(..))
|
||||
|
||||
-}
|
||||
|
||||
import Elm.Syntax.Declaration exposing (Declaration)
|
||||
import Elm.Syntax.Expression as Expression exposing (Expression)
|
||||
import Elm.Syntax.Infix exposing (InfixDirection)
|
||||
import Elm.Syntax.Node as Node exposing (Node)
|
||||
import Elm.Syntax.Range as Range
|
||||
import NoLeftPizzaUtil
|
||||
import Review.Fix as Fix
|
||||
import Review.Rule as Rule exposing (Direction, Error, Rule)
|
||||
import Review.Rule as Rule exposing (Error, Rule)
|
||||
|
||||
|
||||
{-| Specify how strict the rule should be.
|
||||
|
Loading…
Reference in New Issue
Block a user