Tests: drop an unused import, so the tests crate builds without warnings

This commit is contained in:
2026-09-19 16:14:44 -07:00
parent 5cc28784df
commit 02ed679890
+1 -1
View File
@@ -10,7 +10,7 @@
//! `mysql`.
use crate::utils::{
containers::{MYSQL_GTID_PORTS, MYSQL_POS_PORTS, mysql_query},
containers::{MYSQL_POS_PORTS, mysql_query},
server::TestServerBuilder,
};
use registry::schema::structs::{MySqlSettings, MySqlStore, SecretKeyOptional, SecretKeyValue};