Remove unused dependency

The WP containers don't seem to be used anywhere. There were
imports, but they are not actually used it seems.
This commit is contained in:
Anton Ukhanev 2021-02-17 12:50:21 +01:00
parent d4c8282518
commit b8cc98e9cd
4 changed files with 0 additions and 8 deletions

View file

@ -9,7 +9,6 @@ declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\Session;
use Dhii\Data\Container\ContainerInterface;
use WooCommerce\PayPalCommerce\Session\Cancellation\CancelController;
use WooCommerce\PayPalCommerce\Session\Cancellation\CancelView;