Remove unused variable

This commit is contained in:
XANTRONIX 2025-03-17 22:14:59 -04:00
parent 8e359850f7
commit 1b7952b94e

View file

@ -226,8 +226,6 @@ class Hodograph():
min_x, min_y = self.extents['min'] min_x, min_y = self.extents['min']
max_x, max_y = self.extents['max'] max_x, max_y = self.extents['max']
box = max(max_x - min_x, max_y - min_y)
for sample in self.each_significant_sample(sounding): for sample in self.each_significant_sample(sounding):
color = self.color(sample.height) color = self.color(sample.height)