clippy
This commit is contained in:
parent
55ddc8a524
commit
66ea84db86
1 changed files with 0 additions and 2 deletions
|
@ -1,11 +1,9 @@
|
||||||
|
|
||||||
use anyhow::Context;
|
use anyhow::Context;
|
||||||
use axum::{
|
use axum::{
|
||||||
extract::Json,
|
extract::Json,
|
||||||
extract::State,
|
extract::State,
|
||||||
http::{HeaderMap, StatusCode},
|
http::{HeaderMap, StatusCode},
|
||||||
};
|
};
|
||||||
use cynic::QueryBuilder;
|
|
||||||
use saleor_app_sdk::{headers::SALEOR_API_URL_HEADER, AuthData, AuthToken};
|
use saleor_app_sdk::{headers::SALEOR_API_URL_HEADER, AuthData, AuthToken};
|
||||||
use tracing::{debug, info};
|
use tracing::{debug, info};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue