Skip to content

Commit

Permalink
Fix useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimuth committed Oct 16, 2024
1 parent 7d35de6 commit f8a3ad4
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 f8a3ad4

Please sign in to comment.