Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
afsalthaj committed Nov 5, 2024
1 parent 2f9be5b commit 44f9149
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ use crate::api_definition::{ApiDefinitionId, ApiSite, ApiVersion};
use crate::worker_binding::CompiledGolemWorkerBinding;
use golem_api_grpc::proto::golem::apidefinition as grpc_apidefinition;
use golem_service_base::model::VersionedComponentId;
use poem_openapi::payload::{ParsePayload, Payload};
use poem_openapi::types::{ParseFromJSON, ParseFromYAML, Type};
use poem_openapi::*;
use rib::{Expr, RibInputTypeInfo};
use serde::{Deserialize, Serialize};
use std::future::Future;
use std::result::Result;
use std::time::SystemTime;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
use crate::api_definition::http::HttpApiDefinitionRequest;
use crate::api_definition::{ApiDefinitionId, ApiVersion};
use http::StatusCode;
use internal::*;
use openapiv3::OpenAPI;
use poem::web::Yaml;
use poem::Request;
use poem_openapi::payload::Json;
use poem_openapi::registry::{MetaMediaType, MetaRequest, MetaSchema, MetaSchemaRef};
use poem_openapi::{registry, ApiExtractor, ApiExtractorType, ExtractParamOptions};
use sqlx::types;
use poem_openapi::registry::{MetaSchema, MetaSchemaRef};
use std::borrow::Cow;
use poem_openapi::types::{ParseError, ParseFromJSON, ParseFromYAML, ParseResult};
use serde_json::Value;
Expand Down

0 comments on commit 44f9149

Please sign in to comment.