diff --git a/src/Phug/Compiler/EachCompiler.php b/src/Phug/Compiler/EachCompiler.php index c103ed3..32ab594 100644 --- a/src/Phug/Compiler/EachCompiler.php +++ b/src/Phug/Compiler/EachCompiler.php @@ -4,7 +4,6 @@ use Phug\AbstractStatementNodeCompiler; use Phug\CompilerException; -use Phug\Formatter\Element\ExpressionElement; use Phug\Formatter\ElementInterface; use Phug\Parser\Node\EachNode; use Phug\Parser\NodeInterface;