From 991dbaeec91c55c45fc576c44e294298e9c9b0f1 Mon Sep 17 00:00:00 2001 From: shimun Date: Sat, 24 Dec 2022 17:02:40 +0100 Subject: [PATCH] fix: fix --- client/src/client.rs | 2 +- common/src/routes.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/client.rs b/client/src/client.rs index 07a83f2..4e479e1 100644 --- a/client/src/client.rs +++ b/client/src/client.rs @@ -1,6 +1,6 @@ use anyhow::bail; use axum_extra::routing::TypedPath; -use clap::{Args, Parser, Subcommand}; +use clap::{Parser, Subcommand}; use reqwest::{Client, StatusCode}; use ssh_key::Certificate; use std::io::stdin; diff --git a/common/src/routes.rs b/common/src/routes.rs index 294dadf..4272f13 100644 --- a/common/src/routes.rs +++ b/common/src/routes.rs @@ -1,4 +1,4 @@ -use async_trait::async_trait; + use axum_extra::routing::TypedPath; use serde::Deserialize;