Commit 311a02d
committed
Don't type check this statement
.. for compatibility, find_device can take a single device as well as a
sequence of devices. However, the static type info only permits the
sequence form.
This quiets the mypy diagnostic without adding any extra bytecode to
mpy files1 parent 9661aa8 commit 311a02d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments