Skip to content

Commit

Permalink
fix(compiler): fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
FGoessler committed Jan 15, 2025
1 parent 09499a4 commit 846f9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-engine/query-engine/examples/compiler.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use std::sync::Arc;

use quaint::connector::{ConnectionInfo, ExternalConnectionInfo, SqlFamily};
use query_core::{query_graph_builder::QueryGraphBuilder, QueryDocument};
use request_handlers::{JsonBody, JsonSingleQuery, RequestBody};
use serde_json::json;
use quaint::connector::{ConnectionInfo, ExternalConnectionInfo, SqlFamily};

pub fn main() -> anyhow::Result<()> {
let schema_string = include_str!("./schema.prisma");
Expand Down

0 comments on commit 846f9a8

Please sign in to comment.