Lint cleanup (#15103)
* Remove unneeded inline pylint disables * Remove unneeded noqa's * Use symbol names instead of message ids in inline pylint disables
This commit is contained in:
parent
6c0fc65eaf
commit
b92350fb55
137 changed files with 58 additions and 209 deletions
|
@ -638,11 +638,9 @@ class MqttClimate(MqttAvailability, ClimateDevice):
|
|||
@property
|
||||
def min_temp(self):
|
||||
"""Return the minimum temperature."""
|
||||
# pylint: disable=no-member
|
||||
return self._min_temp
|
||||
|
||||
@property
|
||||
def max_temp(self):
|
||||
"""Return the maximum temperature."""
|
||||
# pylint: disable=no-member
|
||||
return self._max_temp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue