Skip to content

Commit 2bf8505

Browse files
committed
Fix warn
1 parent 42c3144 commit 2bf8505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lighthouse/tests/beacon_node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::process::Command;
1111
use std::str::FromStr;
1212
use std::string::ToString;
1313
use tempfile::TempDir;
14-
use types::{Checkpoint, Epoch, Hash256, Uint256};
14+
use types::{Checkpoint, Epoch, Hash256};
1515

1616
const DEFAULT_ETH1_ENDPOINT: &str = "http://localhost:8545/";
1717

0 commit comments

Comments
 (0)