Skip to content

Commit b4e6db8

Browse files
committed
Remove import
1 parent ee643c3 commit b4e6db8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nova_vm/src/ecmascript/builtins/temporal/plain_time/plain_time_prototype.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// License, v. 2.0. If a copy of the MPL was not distributed with this
33
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
44

5-
use temporal_rs::options::{RoundingMode, ToStringRoundingOptions, Unit};
5+
use temporal_rs::options::{RoundingMode, ToStringRoundingOptions};
66

77
use crate::{
88
ecmascript::{

0 commit comments

Comments
 (0)