Skip to content

Commit c0a7b70

Browse files
deepsource fix
1 parent 3c6d764 commit c0a7b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
*/
1818
use clap::Parser;
19-
use std::{{env, fs, path::PathBuf, time::Duration}};
19+
use std::{env, fs, path::PathBuf, time::Duration};
2020

2121
use url::Url;
2222

0 commit comments

Comments
 (0)