fix imports

This commit is contained in:
Al Liu 2023-11-12 21:08:23 +08:00
parent f218528656
commit b42d5737a1
No known key found for this signature in database
GPG Key ID: C8AE9A6E0166923E
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ use overwatch_rs::{
state::{NoOperator, NoState}, state::{NoOperator, NoState},
ServiceCore, ServiceData, ServiceCore, ServiceData,
}, },
DynError,
}; };
pub mod http; pub mod http;