Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniu committed Sep 4, 2019
1 parent 7f8fa4e commit c124486
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python_scripts/shellies_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@
raise ValueError
except ValueError:
logger.error(
"Wrong qos argument! Should be 0, 1 or 2. The default \
value 0 was used."
"Wrong qos argument! Should be 0, 1 or 2. The default value 0 was used."
)
temp_unit = ATTR_UNIT_CELSIUS
if data.get(ATTR_TEMP_UNIT) is not None:
Expand Down

0 comments on commit c124486

Please sign in to comment.