Skip to content

Commit

Permalink
cleaup
Browse files Browse the repository at this point in the history
  • Loading branch information
YoEight committed Jul 1, 2024
1 parent e364ddb commit 3b758a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geth-client/src/next/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ use std::collections::HashMap;

use uuid::Uuid;

use geth_common::generated::next::protocol;
use geth_common::{EndPoint, Operation, OperationIn, OperationOut};
use geth_common::generated::next::protocol;

use crate::next::{connect_to_node, Command, Connection, Mailbox, Msg};
use crate::next::{Command, connect_to_node, Connection, Mailbox};

pub struct Driver {
endpoint: EndPoint,
Expand Down

0 comments on commit 3b758a7

Please sign in to comment.