PEP8 / whitespace, blah

This commit is contained in:
bellwood 2016-07-15 17:17:57 -04:00 committed by GitHub
parent de1e8a70dd
commit 8762c738fd

View File

@ -355,8 +355,8 @@ class Rack(CreatedUpdatedModel):
"""
num_available_units = len(self.get_available_units(u_height=1, rack_face=None, exclude=list()))
return int(float(self.u_height - num_available_units) / self.u_height * 100)
#
# Device Types
#