Commit 00b4a20
authored
Fix error message ordering for ASYNC212 (#402)
Was:
ASYNC212 Blocking sync HTTP call <object> on httpx object <call>, use httpx.AsyncClient.
Now:
ASYNC212 Blocking sync HTTP call <call> on httpx object <object>, use httpx.AsyncClient.1 parent 57c7d00 commit 00b4a20
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments