Commit 5ae2f46
authored
fix: Fix a mypy failure in the generate action (#162)
The `import uvloop` line here needs to:
* Ignore a pylint `import-outside-toplevel` warning
* Ignore a mypy error if stubs are not present (uvloop is not a
dependency, so it's not actually installed in CI)
These comments were not ignoring both errors, turns out we need to flip
the order.1 parent 7fc56cb commit 5ae2f46
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments