Skip to content

Commit 5588631

Browse files
blacken code
1 parent 3e44c7a commit 5588631

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

asyncstdlib/asynctools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
from ._core import aiter
2121
from .contextlib import nullcontext
2222

23-
2423
S = TypeVar("S")
2524

2625

asyncstdlib/builtins.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
Sentinel,
2323
)
2424

25-
2625
__ANEXT_DEFAULT = Sentinel("<no default>")
2726

2827

unittests/test_asynctools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from .utility import sync, asyncify
66

7-
87
CLOSED = "closed"
98

109

unittests/test_heapq.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
from .utility import sync, asyncify, awaitify
99

10-
1110
MERGE_SAMPLES = [
1211
[[1, 2], [3, 4]],
1312
[[1, 2, 3], [4, 5, 6], [7, 8, 9]],

unittests/utility.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from collections import deque
1414
from random import randint
1515

16-
1716
T = TypeVar("T")
1817

1918

0 commit comments

Comments
 (0)