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 May 23, 2024
1 parent 23dda96 commit 1def9fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ee/tabby-webserver/src/oauth/github.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
use std::sync::Arc;

use anyhow::Result;
use anyhow::{anyhow, Result};
use async_trait::async_trait;
use serde::Deserialize;
use tabby_schema::auth::{AuthenticationService, OAuthCredential, OAuthProvider};

use super::OAuthClient;
use crate::bail;
use anyhow::anyhow;

#[derive(Debug, Deserialize)]
#[allow(dead_code)]
Expand Down

0 comments on commit 1def9fd

Please sign in to comment.