Remove unused import

This commit is contained in:
bitfl0wer 2023-08-14 00:04:58 +02:00
parent 02be1e786d
commit 6dd9f84573
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
use std::sync::{Arc, RwLock};
use std::{cell::RefCell, rc::Rc};
use reqwest::Client;