Skip to content

Commit 3f5c666

Browse files
committed
Remove unneeded import
Somehow this got missed, trivially remove it. Internal change only, no logic change.
1 parent 38a7d9e commit 3f5c666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecdsa/recovery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ mod tests {
250250

251251
use super::*;
252252
use crate::constants::ONE;
253-
use crate::{ecdsa, Error, Message, Secp256k1, SecretKey};
253+
use crate::{ecdsa, Error, Message, SecretKey};
254254

255255
#[test]
256256
fn capabilities() {

0 commit comments

Comments
 (0)