Skip to content

Commit 4c2bc38

Browse files
committed
fix: remove trailing comma in apply arg list (#1)
1 parent 8ead57f commit 4c2bc38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nest_asyncio2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def apply(
2121
loop=None,
2222
*,
2323
run_close_loop: bool = False,
24-
error_on_mispatched: bool = False,
24+
error_on_mispatched: bool = False
2525
):
2626
'''Patch asyncio to make its event loop reentrant.
2727

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = nest-asyncio2
3-
version = 1.7.0
3+
version = 1.7.1
44
author = Ewald R. de Wit
55
author_email = [email protected]
66
license = BSD

0 commit comments

Comments
 (0)