Skip to content

Commit

Permalink
add import
Browse files Browse the repository at this point in the history
  • Loading branch information
SRetip committed May 28, 2024
1 parent 27ff29e commit 8e5e5bf
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ mod private
use wtools::error::
{
err,
for_app::{ Result, Error },
for_app::
{
Result,
Error,
Context,
},
};
use std::borrow::Cow;
use std::fs::{ OpenOptions };
Expand Down

0 comments on commit 8e5e5bf

Please sign in to comment.