Skip to content

Commit 528031c

Browse files
committed
patchcheck.py passed
1 parent 198645a commit 528031c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_asyncgen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ async def async_gen_wrapper():
381381
def test_async_gen_3_arg_deprecation_warning(self):
382382
async def gen():
383383
yield 123
384-
384+
385385
with warnings.catch_warnings():
386386
warnings.filterwarnings("ignore", category=DeprecationWarning)
387387
gen().athrow(GeneratorExit, GeneratorExit(), None)

0 commit comments

Comments
 (0)