Skip to content

Commit 13d7d13

Browse files
committed
fix isort
1 parent b4bb54c commit 13d7d13

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

tests/test_async.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
import asyncio
2+
import contextlib
3+
import gc
4+
import platform
5+
import sys
26
import traceback
7+
import types
8+
import weakref
39

410
import pytest
511

612
import outcome
713
from outcome import AlreadyUsedError, Error, Value
8-
import weakref
9-
import sys
10-
import contextlib
11-
import types
12-
import outcome
13-
import platform
14-
import gc
1514

1615
pytestmark = pytest.mark.asyncio
1716

0 commit comments

Comments
 (0)