Skip to content

Commit

Permalink
removing unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sagojez committed Jul 9, 2024
1 parent eaf3e87 commit 1ca51fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationos-api/src/endpoints/unified.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use super::{common_model, get_connection, INTEGRATION_OS_PASSTHROUGH_HEADER};
use super::{get_connection, INTEGRATION_OS_PASSTHROUGH_HEADER};
use crate::{config::Headers, metrics::Metric, server::AppState};
use axum::{
extract::{Path, Query, State},
Expand Down

0 comments on commit 1ca51fb

Please sign in to comment.