mirror of https://gitlab.com/pamhyr/pamhyr2
Geometry: Reach: Fix pep8.
parent
312abc9501
commit
97fafe9b9b
|
|
@ -352,7 +352,6 @@ class Reach(SQLSubModel):
|
|||
)
|
||||
)
|
||||
|
||||
|
||||
def get_kp_min(self):
|
||||
if len(self.get_kp()) > 0:
|
||||
return min(self.get_kp())
|
||||
|
|
|
|||
Loading…
Reference in New Issue