Skip to content

Commit

Permalink
Remove unused use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
nolledgeable committed Mar 17, 2022
1 parent ce64450 commit 055af02
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Yoast\WP\SEO\Integrations\Third_Party;

use Yoast\WP\SEO\Conditionals\Admin_Conditional;
use Yoast\WP\SEO\Config\WordProofAppConfig;
use Yoast\WP\SEO\Config\WordProofTranslations;
use Yoast\WP\SEO\Helpers\Wordproof_Helper;
use Yoast\WP\SEO\Integrations\Integration_Interface;

Expand Down Expand Up @@ -151,7 +149,7 @@ public function after_network_integration_toggle( $integration ) {
echo '<p>' . sprintf(
/* translators: %s expands to WordProof */
esc_html__( 'Currently, the %s integration is not available for multisites.', 'wordpress-seo' ),
'WordProof'
'WordProof'
) . '</p>';
}
}
Expand Down

0 comments on commit 055af02

Please sign in to comment.