Remove unused import

This commit is contained in:
bitfl0wer 2023-08-14 00:04:58 +02:00
parent 68868e7d35
commit 71b1839250
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
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;