Revert "fix import on Windows"

This reverts commit b0e7030939a82baec5f12c44639d0eb6c3c1cf43.
This commit is contained in:
Akarshan 2025-08-07 20:35:13 +05:30
parent b0e7030939
commit 9482c0a6b9
No known key found for this signature in database
GPG Key ID: D75C9634A870665F

View File

@ -806,6 +806,7 @@ 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]