Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin committed Oct 8, 2024
1 parent 09b0fd5 commit e46286a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pop-api/examples/fungibles/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ use drink::{
devnet::{
account_id_from_slice,
error::{
v0::{assert_runtime_err, ArithmeticError::*, Error::*, RuntimeError},
v0::{assert_runtime_err, RuntimeError},
ArithmeticError::*,
Assets,
AssetsError::*,
Error::*,
},
AccountId, Balance, Runtime,
},
Expand Down

0 comments on commit e46286a

Please sign in to comment.