Automated code cleanup

This commit is contained in:
Anthony Oteri
2023-09-26 22:56:36 -04:00
parent e83cdef39c
commit 2e10f9b5f7
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -16,8 +16,9 @@
#![deny(clippy::pedantic)]
use clap::Parser;
use std::io::{self, Write};
use clap::Parser;
use url::Url;
use crate::cli::Cli;