diff --git a/lib/API/JSON/API.php b/lib/API/JSON/API.php index cda8d69560..1bbf4ceb09 100644 --- a/lib/API/JSON/API.php +++ b/lib/API/JSON/API.php @@ -2,7 +2,6 @@ namespace MailPoet\API\JSON; -use MailPoet\API\JSON\Endpoint; use MailPoet\Config\AccessControl; use MailPoet\Exception; use MailPoet\Settings\SettingsController; diff --git a/lib/Models/DynamicSegmentFilter.php b/lib/Models/DynamicSegmentFilter.php index 9f14bff94f..9b3f4f7188 100644 --- a/lib/Models/DynamicSegmentFilter.php +++ b/lib/Models/DynamicSegmentFilter.php @@ -2,7 +2,6 @@ namespace MailPoet\Models; -use MailPoet\Models\Model; use MailPoet\Util\Helpers; use MailPoet\WP\Functions as WPFunctions; diff --git a/lib/WooCommerce/Settings.php b/lib/WooCommerce/Settings.php index 0590fcb44b..bccb08838f 100644 --- a/lib/WooCommerce/Settings.php +++ b/lib/WooCommerce/Settings.php @@ -4,7 +4,6 @@ namespace MailPoet\WooCommerce; use MailPoet\Config\Renderer; use MailPoet\Settings\SettingsController; -use MailPoet\WooCommerce\TransactionalEmails; class Settings {