Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Dec 4, 2024
1 parent b7024c6 commit 6ff320f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ to cross-contract calls, but can now execute cross-parachain calls.
We added a contract example that demonstrates the usage:
[`contract-xcm`](https://github.com/use-ink/ink-examples/tree/main/contract-xcm)

We also added a new page on our documentation website:
We also added a new page on our documentation website:
[https://use.ink/basics/xcm](https://use.ink/basics/xcm).

You can view the Rust docs of the two functions here:
Expand Down
1 change: 0 additions & 1 deletion crates/e2e/src/node_proc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

use regex::Regex;
use sp_keyring::AccountKeyring;
use std::{
ffi::{
Expand Down

0 comments on commit 6ff320f

Please sign in to comment.