Skip to content

Commit 0da4620

Browse files
committed
address pylint raise-missing-from diagnostics
1 parent 07c420e commit 0da4620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/wiznet5k_cheerlights.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
raise AssertionError(
5252
"Failed to resolve hostname, \
5353
please check your router's DNS configuration."
54-
)
54+
) from error
5555
continue
5656
if not value:
5757
continue

0 commit comments

Comments
 (0)