remove unused namespace import

This commit is contained in:
Kirill Braslavsky 2021-02-22 14:41:54 +02:00
parent c7b818ac85
commit 08ef84063d

View file

@ -33,7 +33,6 @@ use WooCommerce\PayPalCommerce\WcGateway\Settings\SectionsRenderer;
use WooCommerce\PayPalCommerce\WcGateway\Settings\Settings;
use WooCommerce\PayPalCommerce\WcGateway\Settings\SettingsListener;
use WooCommerce\PayPalCommerce\WcGateway\Settings\SettingsRenderer;
use WpOop\TransientCache\CachePoolFactory;
return array(
'wcgateway.paypal-gateway' => static function ( $container ): PayPalGateway {