From c059c4ae73050dac143815d15e89a1fa57aeb770 Mon Sep 17 00:00:00 2001 From: Anthony Oteri Date: Wed, 20 Sep 2023 16:41:59 -0400 Subject: [PATCH] Organized imports --- src/commands.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ///