Skip to content

Commit

Permalink
chore: cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Sep 12, 2024
1 parent 005ebb8 commit c70441f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions modules/graphql/src/endpoints.rs
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
// use std::sync::Arc;

use std::sync::Arc;

use crate::RootQuery;
use actix_web::{guard, web, HttpResponse, Result};
use async_graphql::{http::GraphiQLSource, EmptyMutation, EmptySubscription, Schema};
use async_graphql_actix_web::GraphQL;
use std::sync::Arc;
use trustify_common::db::Database;
use trustify_module_ingestor::graph::Graph;
// use trustify_module_ingestor::graph::Graph;

use crate::RootQuery;

async fn index_graphiql() -> Result<HttpResponse> {
Ok(HttpResponse::Ok()
Expand Down

0 comments on commit c70441f

Please sign in to comment.