Organized imports

This commit is contained in:
Anthony Oteri
2023-09-20 16:41:59 -04:00
parent 3768401faf
commit c059c4ae73
+2 -1
View File
@@ -14,10 +14,11 @@
* limitations under the License. * limitations under the License.
*/ */
use serde::Deserialize;
use crate::api; use crate::api;
use crate::config::Config; use crate::config::Config;
use crate::error::ApiError; use crate::error::ApiError;
use serde::Deserialize;
/// Handler for the `Catalog` endpoint /// Handler for the `Catalog` endpoint
/// ///