diff --git a/src/commands.rs b/src/commands.rs index 462c4dd..58f9356 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -14,10 +14,11 @@ * limitations under the License. */ +use serde::Deserialize; + use crate::api; use crate::config::Config; use crate::error::ApiError; -use serde::Deserialize; /// Handler for the `Catalog` endpoint ///