Skip to content

Commit

Permalink
Remove now-unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jnhyatt committed Jun 10, 2024
1 parent 96b5078 commit 1b816df
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
Expand Up @@ -227,8 +227,6 @@ use crate::backend::AsyncFileSaveDialogImpl;
#[cfg(not(target_arch = "wasm32"))]
use crate::backend::AsyncFolderPickerDialogImpl;

use std::future::Future;

impl AsyncFileDialog {
/// Pick one file
pub fn pick_file(self) -> DialogFutureType<Option<FileHandle>> {
Expand Down

0 comments on commit 1b816df

Please sign in to comment.