fix: remove unused imports in components/script (#31943)

This commit is contained in:
Azhar Ismagulova 2024-03-29 18:15:13 +00:00 committed by GitHub
parent b7d089930e
commit 92d9081366
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -21,7 +21,6 @@ use std::borrow::Cow;
use std::cell::{Cell, RefCell};
use std::collections::{hash_map, HashMap, HashSet};
use std::default::Default;
use std::ops::Deref;
use std::option::Option;
use std::rc::Rc;
use std::result::Result;