Commit f5ac994
Adam (indoor47)
fix: add blank line between stdlib and third-party imports in uvloop guide
shed (isort) requires a blank line separating stdlib imports from
third-party imports. Add the blank line between `import asyncio` and
`import pytest` / `import uvloop`.1 parent 09803ca commit f5ac994
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments