From 50e7baa3a621ede9d8e9c0c59960b16374b088cc Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Tue, 29 Jun 2021 18:18:55 +0200 Subject: [PATCH] Clean up unused imports --- src/Instant.php | 2 -- src/LocalDateRange.php | 1 - 2 files changed, 3 deletions(-) diff --git a/src/Instant.php b/src/Instant.php index 2799cfb..cc16dd8 100644 --- a/src/Instant.php +++ b/src/Instant.php @@ -4,8 +4,6 @@ namespace Brick\DateTime; -use Brick\DateTime\Field\NanoOfSecond; - /** * Represents a point in time, with a nanosecond precision. * diff --git a/src/LocalDateRange.php b/src/LocalDateRange.php index 83c2de2..0a06c40 100644 --- a/src/LocalDateRange.php +++ b/src/LocalDateRange.php @@ -8,7 +8,6 @@ use Brick\DateTime\Parser\DateTimeParser; use Brick\DateTime\Parser\DateTimeParseResult; use Brick\DateTime\Parser\IsoParsers; -use DatePeriod; /** * Represents an inclusive range of local dates.