Skip to content

Commit

Permalink
Update xknx/remote_value/remote_value_control.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Alphart <farmio@alphart.net>
  • Loading branch information
buergi and farmio committed Dec 9, 2020
1 parent 5d1e3f8 commit 0c9de73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xknx/remote_value/remote_value_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def __init__(
after_update_cb=after_update_cb,
)
self.invert = invert
# pylint: disable=too-many-arguments
_dpt_class = DPTBase.parse_transcoder(value_type)
if _dpt_class is None:
raise ConversionError(
Expand Down

0 comments on commit 0c9de73

Please sign in to comment.