Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
pxp9 committed Jul 5, 2024
1 parent 4067cc2 commit afd7d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use super::api_params::FileUpload;
use serde::{Deserialize, Serialize};
use typed_builder::TypedBuilder as Builder;

use crate::{InputFile, ParseMode};
use crate::ParseMode;

#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]
#[serde(rename_all = "snake_case")]
Expand Down

0 comments on commit afd7d02

Please sign in to comment.