Skip to content

Commit 50e7baa

Browse files
committed
Clean up unused imports
1 parent e3f3647 commit 50e7baa

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Instant.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
namespace Brick\DateTime;
66

7-
use Brick\DateTime\Field\NanoOfSecond;
8-
97
/**
108
* Represents a point in time, with a nanosecond precision.
119
*

src/LocalDateRange.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Brick\DateTime\Parser\DateTimeParser;
99
use Brick\DateTime\Parser\DateTimeParseResult;
1010
use Brick\DateTime\Parser\IsoParsers;
11-
use DatePeriod;
1211

1312
/**
1413
* Represents an inclusive range of local dates.

0 commit comments

Comments
 (0)