fix import on Windows
This commit is contained in:
parent
dc82fd6051
commit
b0e7030939
@ -806,7 +806,6 @@ pub async fn get_loaded_models(state: State<'_, AppState>) -> Result<Vec<String>
|
|||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
#[cfg(windows)]
|
|
||||||
use tempfile;
|
use tempfile;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user