Skip to content

Commit

Permalink
Remove unused ValidationExemption import
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Dec 22, 2021
1 parent d4c470f commit 3492579
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion includes/sanitizers/class-amp-img-sanitizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @package AMP
*/

use AmpProject\AmpWP\ValidationExemption;
use AmpProject\DevMode;
use AmpProject\Html\Attribute;
use AmpProject\Html\Tag;
Expand Down
1 change: 0 additions & 1 deletion tests/php/test-amp-img-sanitizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

use AmpProject\AmpWP\Tests\Helpers\PrivateAccess;
use AmpProject\AmpWP\Tests\TestCase;
use AmpProject\AmpWP\ValidationExemption;
use AmpProject\Dom\Document;

/**
Expand Down

0 comments on commit 3492579

Please sign in to comment.