Remove unused imports

[MAILPOET-3484]
This commit is contained in:
wxa
2021-03-25 09:54:38 +03:00
committed by Veljko V
parent c200994da3
commit 37ac7fd381
3 changed files with 0 additions and 3 deletions

View File

@ -2,7 +2,6 @@
namespace MailPoet\API\JSON;
use MailPoet\API\JSON\Endpoint;
use MailPoet\Config\AccessControl;
use MailPoet\Exception;
use MailPoet\Settings\SettingsController;

View File

@ -2,7 +2,6 @@
namespace MailPoet\Models;
use MailPoet\Models\Model;
use MailPoet\Util\Helpers;
use MailPoet\WP\Functions as WPFunctions;

View File

@ -4,7 +4,6 @@ namespace MailPoet\WooCommerce;
use MailPoet\Config\Renderer;
use MailPoet\Settings\SettingsController;
use MailPoet\WooCommerce\TransactionalEmails;
class Settings {