Commit c645f64
committed
fix false warning by flake8 3.6.0
pycodestyle which is contained in flake8 3.6.0 has an issue with syntax
`await (await async_func())`.
The issue was filed as PyCQA/pycodestyle#8111 parent feba752 commit c645f64
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments