From 651bfff59cfa5455c5e712210bd124db932c7a21 Mon Sep 17 00:00:00 2001 From: mattamon Date: Mon, 26 Aug 2024 05:41:22 +0000 Subject: [PATCH] Apply php-cs-fixer changes --- src/DataSource/Interpreter/AbstractInterpreter.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/DataSource/Interpreter/AbstractInterpreter.php b/src/DataSource/Interpreter/AbstractInterpreter.php index 1ccdf533..62d17f78 100644 --- a/src/DataSource/Interpreter/AbstractInterpreter.php +++ b/src/DataSource/Interpreter/AbstractInterpreter.php @@ -23,7 +23,6 @@ use Pimcore\Log\ApplicationLogger; use Pimcore\Log\FileObject; use Pimcore\Model\Tool\TmpStore; -use Pimcore\Tool; use Pimcore\Tool\Admin; use Psr\Log\LoggerAwareTrait;