Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![allow(deprecated)]
use candid::Nat;
use ic_cdk::api::call::{arg_data_raw, reply_raw};
use ic_cdk::api::{msg_arg_data as arg_data_raw, msg_reply as reply_raw};
use ic_cdk::futures::internals::in_query_executor_context;
use ic_cdk::{init, query, update};
use ic_icp_test_ledger::AddBlockResult;
Expand Down
Loading