Commit 4381784
authored
Make Mypy happy (#281)
Otherwise it'd complain:
% make mypy
mypy examples/*.py zeroconf/*.py
zeroconf/__init__.py:2039: error: Returning Any from function declared to return "int"
Found 1 error in 1 file (checked 6 source files)
make: *** [mypy] Error 11 parent 64056ab commit 4381784
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2036 | 2036 | | |
2037 | 2037 | | |
2038 | 2038 | | |
2039 | | - | |
| 2039 | + | |
2040 | 2040 | | |
2041 | 2041 | | |
2042 | 2042 | | |
| |||
0 commit comments