Skip to content

Commit

Permalink
delete imported redundantly (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
getong authored Mar 30, 2024
1 parent dedb994 commit d7ff091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poem-grpc/src/reflection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use proto::{
server_reflection_request::MessageRequest, server_reflection_response::MessageResponse,
};

use crate::{include_file_descriptor_set, Code, Request, Response, Service, Status, Streaming};
use crate::{Code, Request, Response, Service, Status, Streaming};

#[allow(unreachable_pub)]
#[allow(clippy::enum_variant_names)]
Expand Down

0 comments on commit d7ff091

Please sign in to comment.