Skip to content

Commit

Permalink
style: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
benpueschel committed Sep 21, 2024
1 parent 2319522 commit b99934a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ use crate::service::middleware::retry::RetryConfig;

use crate::api::{code_scannings, users};
use auth::{AppAuth, Auth};
use models::{AppId, Installation, InstallationId, InstallationToken};
use models::{AppId, InstallationId, InstallationToken};

pub use self::{
api::{
Expand Down

0 comments on commit b99934a

Please sign in to comment.