Skip to content

Commit

Permalink
Clean up unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Jun 29, 2021
1 parent e3f3647 commit 50e7baa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/Instant.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace Brick\DateTime;

use Brick\DateTime\Field\NanoOfSecond;

/**
* Represents a point in time, with a nanosecond precision.
*
Expand Down
1 change: 0 additions & 1 deletion src/LocalDateRange.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 50e7baa

Please sign in to comment.