Skip to content

Commit de3d775

Browse files
authored
Update tests_server_and_pooling.rs
1 parent 98efc59 commit de3d775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests_server_and_pooling.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// src/tests_server_and_pooling.rs
22

33
use super::*;
4-
use anyhow::{anyhow, Result as AnyResult};
4+
use anyhow::{Result as AnyResult, anyhow};
55
use axum::http::StatusCode;
66
use std::{path::PathBuf, sync::Arc};
77
use tokio::sync::Mutex;

0 commit comments

Comments
 (0)