From e24a9d3b6261e3a3f9857bdec3c44be33c7f49b3 Mon Sep 17 00:00:00 2001 From: Saschl <19493808+Saschl@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:53:46 +0200 Subject: [PATCH] make linter happy --- .../src/wasm/systems/systems/src/engine/reverser_thrust.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/fbw-common/src/wasm/systems/systems/src/engine/reverser_thrust.rs b/fbw-common/src/wasm/systems/systems/src/engine/reverser_thrust.rs index 717d617bf9f2..d465164e9fb7 100644 --- a/fbw-common/src/wasm/systems/systems/src/engine/reverser_thrust.rs +++ b/fbw-common/src/wasm/systems/systems/src/engine/reverser_thrust.rs @@ -1,5 +1,3 @@ -use std::cmp::{max, min}; - use uom::si::{ acceleration::{foot_per_second_squared, meter_per_second_squared}, angular_acceleration::radian_per_second_squared,