refactor: remove empty test module from ui.rs

Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
This commit is contained in:
Chaos Rogers 2025-07-29 00:09:17 +01:00
parent aee69679ef
commit 917a844874

View file

@ -251,10 +251,3 @@ pub fn start_ui(
}
}
#[cfg(test)]
mod tests {
#[allow(unused_imports)]
use super::*;
#[allow(unused_imports)]
use crate::config::TimeturnerOffset;
}