cleanup: remove unused import

Closes #12151
This commit is contained in:
Daniel Rainer
2025-12-08 17:54:35 +01:00
committed by danielrainer
parent 76b0961e91
commit de3d390391

View File

@@ -181,7 +181,6 @@ fn notification_fd_became_readable(&self, fd: RawFd) -> bool {
#[cfg(test)]
mod tests {
use super::KqueueNotifier;
use crate::common::wcs2osstring;
use crate::{
universal_notifier::{UniversalNotifier, test_helpers::test_notifiers},
wchar::WString,