refactor: optimize import and last_tweet_id var

This commit is contained in:
VC
2022-04-24 11:01:46 +02:00
parent 26491f146f
commit 22402f0f46
4 changed files with 1 additions and 14 deletions

View File

@@ -1,11 +1,6 @@
// std
use std::error::Error;
use crate::ScootalooError;
// reqwest
use reqwest::Url;
// tokio
use tokio::{
io::copy,
fs::{File, create_dir_all},