mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 15:26:53 -04:00
Organized imports
This commit is contained in:
+2
-1
@@ -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
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user