Skip to content

Commit

Permalink
feat: self in import change
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPaulGithub committed Mar 12, 2024
1 parent 54b8729 commit a2b13e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sn_cli/src/subcommands/acc_packet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ use sn_client::registers::EntryHash;
use sn_client::transfers::HotWallet;
use sn_client::{Client, FilesApi, FolderEntry, FoldersApi, Metadata, WalletClient};

use crate::subcommands::files;
use crate::subcommands::files::{
download::download_file, iterative_uploader::IterativeUploader, upload::FilesUploadOptions,
self, download::download_file, iterative_uploader::IterativeUploader,
upload::FilesUploadOptions,
};
use color_eyre::{
eyre::{bail, eyre},
Expand Down

0 comments on commit a2b13e2

Please sign in to comment.