From 270d57ae24201f54d943db6f5e0fcb4f0da32216 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Thu, 29 Feb 2024 15:13:46 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/deepskylog/AstronomyLibrary/Targets/Sun.php | 1 - tests/Unit/SunTest.php | 1 - 2 files changed, 2 deletions(-) diff --git a/src/deepskylog/AstronomyLibrary/Targets/Sun.php b/src/deepskylog/AstronomyLibrary/Targets/Sun.php index 79d48ce..5b4ce61 100644 --- a/src/deepskylog/AstronomyLibrary/Targets/Sun.php +++ b/src/deepskylog/AstronomyLibrary/Targets/Sun.php @@ -16,7 +16,6 @@ namespace deepskylog\AstronomyLibrary\Targets; use Carbon\Carbon; -use Carbon\CarbonInterval; use deepskylog\AstronomyLibrary\Coordinates\Coordinate; use deepskylog\AstronomyLibrary\Coordinates\EclipticalCoordinates; use deepskylog\AstronomyLibrary\Coordinates\EquatorialCoordinates; diff --git a/tests/Unit/SunTest.php b/tests/Unit/SunTest.php index 83f50db..5b8cda9 100644 --- a/tests/Unit/SunTest.php +++ b/tests/Unit/SunTest.php @@ -16,7 +16,6 @@ namespace Tests\Unit; use Carbon\Carbon; -use Carbon\CarbonInterval; use deepskylog\AstronomyLibrary\Targets\Sun; use deepskylog\AstronomyLibrary\Testing\BaseTestCase; use deepskylog\AstronomyLibrary\Time;