chore: remove unused imports (#6305)
This PR removes an unused import in the time library that can yield to import cycles when building stuff that gets imported by `Std.Internal` but also wants to import `Std.Time`.
This commit is contained in:
parent
c5181569f9
commit
faf07e58db
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ Authors: Sofia Rodrigues
|
|||
prelude
|
||||
import Std.Time.DateTime
|
||||
import Std.Time.Zoned.TimeZone
|
||||
import Std.Internal
|
||||
|
||||
namespace Std
|
||||
namespace Time
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue