forked from naskya/firefish
chore: remove unused import
This commit is contained in:
parent
9eccdd3044
commit
32320d03fe
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
use napi::{bindgen_prelude::*, Error, Status};
|
use napi::{Error, Status};
|
||||||
use napi_derive::napi;
|
use napi_derive::napi;
|
||||||
|
|
||||||
static CHAR_COLLECTION: &str = "0123456789abcdefghijklmnopqrstuvwxyz";
|
static CHAR_COLLECTION: &str = "0123456789abcdefghijklmnopqrstuvwxyz";
|
||||||
|
|
Loading…
Reference in a new issue