Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxcode committed Jan 30, 2024
1 parent 347f76d commit de5e42c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/file_dialog.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use std::path::{Path, PathBuf};
use std::{fs, io};

use directories::UserDirs;

use crate::create_directory_dialog::CreateDirectoryDialog;

use crate::data::{DirectoryContent, DirectoryEntry, Disks, UserDirectories};
Expand Down

0 comments on commit de5e42c

Please sign in to comment.