Skip to content

Commit 3955072

Browse files
committed
Remove unused return
1 parent 0544640 commit 3955072

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugwise/util.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ def check_model(name: str | None, vendor_name: str | None) -> str | None:
115115
if name is not None and "lumi.plug" in name:
116116
return "Aqara Smart Plug"
117117

118-
return name # pragma: no cover
119-
120118

121119
def common_match_cases(
122120
measurement: str,

0 commit comments

Comments
 (0)