Skip to content

Commit 4e73bdb

Browse files
Restyled by autopep8
1 parent 3578fa6 commit 4e73bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gen_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def gen_cython(lines: Sequence[str], fun_prefix: str) -> List[str]:
274274

275275
if install_handlers:
276276
install_handlers = (
277-
["cdef void install_handlers(Tox *ptr):"] + install_handlers)
277+
["cdef void install_handlers(Tox *ptr):"] + install_handlers)
278278
return extern + [""] + handlers + [""] + install_handlers
279279

280280

0 commit comments

Comments
 (0)