Skip to content

Commit

Permalink
fix: duplicate import in lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
andygolay authored Aug 23, 2024
1 parent 658631a commit 3bd9bc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protocol-units/bridge/chains/movement/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use rand::prelude::*;
use rand::Rng;
use serde::Serialize;
use std::{env, fs, io::{Read, Write}, path::{Path, PathBuf}, process::{Command, Stdio}};
use std::process::Stdio;
use std::str::FromStr;
use std::sync::{Arc, RwLock};
use tokio::{
Expand Down

0 comments on commit 3bd9bc5

Please sign in to comment.