Skip to content

Commit

Permalink
[bfops/release/v0.8.2-beta-hotfix7]: buildfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bfops committed Feb 13, 2024
1 parent d85456e commit 64bb47f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/core/src/host/module_host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ use tokio::sync::oneshot;

use super::host_controller::HostThreadpool;
use super::{ArgsTuple, EnergyDiff, InvalidReducerArguments, ReducerArgs, ReducerCallResult, ReducerId, Timestamp};
use super::{ArgsTuple, EnergyDiff, InvalidReducerArguments, ReducerArgs, ReducerCallResult, ReducerId, Timestamp};
use crate::client::{ClientActorId, ClientConnectionSender};
use crate::client::ClientConnectionSender;
use crate::database_logger::LogLevel;
use crate::db::datastore::traits::{TxData, TxOp};
use crate::db::relational_db::RelationalDB;
Expand Down

0 comments on commit 64bb47f

Please sign in to comment.