Skip to content

Commit

Permalink
Sort use
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Aug 21, 2024
1 parent 874de13 commit af310e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/remote.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
use std::sync::Arc;

use anyhow::{anyhow, Context};
use octocrab::commits::PullRequestTarget;
use octocrab::models::commits::{Commit, CommitComparison};
use octocrab::models::pulls::{PullRequest, Review};
use octocrab::models::repos::RepoCommit;
use octocrab::Octocrab;
use std::sync::Arc;
use tokio::sync::SemaphorePermit;
use url::Url;

Expand Down

0 comments on commit af310e6

Please sign in to comment.