From 01c7befacb5b71643130433f2afb3f22ece68d71 Mon Sep 17 00:00:00 2001 From: Kamil Domański Date: Fri, 5 Apr 2024 23:43:43 +0200 Subject: klippy: remove a few unused variable assignments (#6504) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kamil Domański --- klippy/extras/endstop_phase.py | 1 - 1 file changed, 1 deletion(-) (limited to 'klippy/extras/endstop_phase.py') diff --git a/klippy/extras/endstop_phase.py b/klippy/extras/endstop_phase.py index feb9e8b8..2c7468bc 100644 --- a/klippy/extras/endstop_phase.py +++ b/klippy/extras/endstop_phase.py @@ -191,7 +191,6 @@ class EndstopPhases: def generate_stats(self, stepper_name, phase_calc): phase_history = phase_calc.phase_history wph = phase_history + phase_history - count = sum(phase_history) phases = len(phase_history) half_phases = phases // 2 res = [] -- cgit v1.2.3-70-g09d2