Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 11, 2024
1 parent 80d4869 commit f8baf32
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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,
};
Expand Down

0 comments on commit f8baf32

Please sign in to comment.