Skip to content

Commit

Permalink
Fix useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimuth authored and cloutiertyler committed Oct 18, 2024
1 parent b42cbb9 commit a1c0d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/standalone/src/control_db.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use spacetimedb::address::Address;
use spacetimedb::hash::hash_bytes;
use spacetimedb::identity::Identity;
use spacetimedb::messages::control_db::{Database, EnergyBalance, IdentityEmail, Node, Replica};
use spacetimedb::messages::control_db::{Database, EnergyBalance, Node, Replica};
use spacetimedb::{energy, stdb_path};

use spacetimedb_client_api_messages::name::{
Expand Down

0 comments on commit a1c0d94

Please sign in to comment.