From 9fa8d9d61e9467e26f1b35e55eea49d4f748c74b Mon Sep 17 00:00:00 2001 From: duncanmcclean Date: Fri, 22 Nov 2024 22:52:14 +0000 Subject: [PATCH] Fix styling --- src/Fieldtypes/ProductVariantsFieldtype.php | 1 - tests/Tax/StandardTaxEngineTest.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Fieldtypes/ProductVariantsFieldtype.php b/src/Fieldtypes/ProductVariantsFieldtype.php index ecba45691..b5118cebb 100644 --- a/src/Fieldtypes/ProductVariantsFieldtype.php +++ b/src/Fieldtypes/ProductVariantsFieldtype.php @@ -8,7 +8,6 @@ use Statamic\Fields\Fieldtype; use Statamic\Fields\FieldtypeRepository; use Statamic\Fields\Validator; -use Statamic\Fields\Values; use Statamic\Fieldtypes\Textarea; class ProductVariantsFieldtype extends Fieldtype diff --git a/tests/Tax/StandardTaxEngineTest.php b/tests/Tax/StandardTaxEngineTest.php index 7da1596d6..e23c979b3 100644 --- a/tests/Tax/StandardTaxEngineTest.php +++ b/tests/Tax/StandardTaxEngineTest.php @@ -763,4 +763,4 @@ // Ensure global order tax is right expect(170)->toBe($recalculate->taxTotal()); -}); \ No newline at end of file +});