Skip to content

Commit f5ac994

Browse files
author
Adam (indoor47)
committed
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/how-to-guides/uvloop.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Replace the default event loop policy in your *conftest.py:*
88
.. code-block:: python
99
1010
import asyncio
11+
1112
import pytest
1213
import uvloop
1314

0 commit comments

Comments
 (0)