Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Oct 2, 2024
1 parent 0c70544 commit f07084a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions services/appflowy-worker/src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ use aws_sdk_s3::config::{Credentials, Region, SharedCredentialsProvider};

use crate::import_worker::email_notifier::EmailNotifier;
use crate::s3_client::S3ClientImpl;
use axum::http::StatusCode;
use axum::response::IntoResponse;
use axum::routing::get;
use axum::{Json, Router};

use axum::Router;
use secrecy::ExposeSecret;
use serde_json::json;

use std::sync::{Arc, Once};
use std::time::Duration;
use tokio::net::TcpListener;
Expand Down

0 comments on commit f07084a

Please sign in to comment.