mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
fix: remove unused Lazy import
This commit is contained in:
parent
e7799cc1c3
commit
4f2a008ccd
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
use crate::lune::builtins::datetime::date_time::Timezone;
|
||||
use chrono::prelude::*;
|
||||
use chrono_locale::LocaleDate;
|
||||
use once_cell::sync::Lazy;
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
pub struct DateTimeBuilder {
|
||||
|
|
Loading…
Add table
Reference in a new issue