cargo fmt
This commit is contained in:
parent
97e0a569bb
commit
420e643e1f
@ -6,14 +6,14 @@
|
||||
* -------------------------------
|
||||
*/
|
||||
|
||||
mod types;
|
||||
mod logger;
|
||||
mod plugin;
|
||||
mod python;
|
||||
mod render;
|
||||
mod sr1_data;
|
||||
mod simulator;
|
||||
mod sr1_data;
|
||||
mod translate;
|
||||
mod types;
|
||||
|
||||
use pyo3::prelude::*;
|
||||
|
||||
|
@ -167,7 +167,6 @@ pub mod data {
|
||||
|
||||
pub mod translate {
|
||||
use crate::translate;
|
||||
|
||||
}
|
||||
|
||||
pub mod console {
|
||||
|
@ -6,7 +6,6 @@
|
||||
* -------------------------------
|
||||
*/
|
||||
|
||||
|
||||
use std::collections::HashMap;
|
||||
|
||||
type TranslateMapper = HashMap<String, HashMap<String, HashMap<String, String>>>;
|
||||
|
Loading…
Reference in New Issue
Block a user