Skip to content

Commit 36f8aa1

Browse files
committed
fix comma
1 parent bb2ab1b commit 36f8aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uvloop/loop.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ from .includes.python cimport (
1818
Context_Exit,
1919
Context_RunNoArgs,
2020
Context_RunOneArg,
21-
Context_RunTwoArgs
21+
Context_RunTwoArgs,
2222
PyMemoryView_FromMemory, PyBUF_WRITE,
2323
PyMemoryView_FromObject, PyMemoryView_Check,
2424
PyOS_AfterFork_Parent, PyOS_AfterFork_Child,

0 commit comments

Comments
 (0)