Skip to content

Commit f22d6c6

Browse files
committed
cleanup: remove unused import
1 parent 2624d9e commit f22d6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wasm/src/dispatcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use std::{cell::RefCell, error::Error, fs, path::Path, rc::Rc};
1+
use std::{cell::RefCell, error::Error, path::Path, rc::Rc};
22

33
use msfs::{commbus::*, sys::sGaugeDrawData, MSFSEvent};
44
use navigation_database::database::Database;

0 commit comments

Comments
 (0)