clippy: fix

This commit is contained in:
2023-01-29 22:26:23 +01:00
parent 3a7ee33e1e
commit 6afe141d34
3 changed files with 3 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ impl Handler for Input {
#[cfg(test)]
mod tests {
use graphql_introspection_query::introspection_response::{
FullType, FullTypeFields, FullTypeInputFields, InputValue, TypeRef, __TypeKind,
FullType, FullTypeInputFields, InputValue, TypeRef, __TypeKind,
};
use pretty_assertions::assert_eq;