From f8baf32621dd8f43bba530629eaaf6bd02fbe82b Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:23:55 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .../service/background_job/third_party_integration/pulls.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ee/tabby-webserver/src/service/background_job/third_party_integration/pulls.rs b/ee/tabby-webserver/src/service/background_job/third_party_integration/pulls.rs index 9f41279d09b5..cf89dfd4f1ef 100644 --- a/ee/tabby-webserver/src/service/background_job/third_party_integration/pulls.rs +++ b/ee/tabby-webserver/src/service/background_job/third_party_integration/pulls.rs @@ -1,8 +1,10 @@ use anyhow::{anyhow, Result}; use async_stream::stream; use futures::Stream; -use octocrab::models::pulls::PullRequest; -use octocrab::{models::IssueState, Octocrab}; +use octocrab::{ + models::{pulls::PullRequest, IssueState}, + Octocrab, +}; use tabby_index::public::{ StructuredDoc, StructuredDocFields, StructuredDocPullDocumentFields, StructuredDocState, };