fix import on Windows

This commit is contained in:
Akarshan 2025-08-07 20:29:05 +05:30
parent dc82fd6051
commit b0e7030939
No known key found for this signature in database
GPG Key ID: D75C9634A870665F

View File

@ -806,7 +806,6 @@ pub async fn get_loaded_models(state: State<'_, AppState>) -> Result<Vec<String>
mod tests {
use super::*;
use std::path::PathBuf;
#[cfg(windows)]
use tempfile;
#[test]