Skip to content

Commit f76d80a

Browse files
Restyled by autopep8
1 parent d523d86 commit f76d80a

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
@@ -279,7 +279,7 @@ def gen_cython(lines: Sequence[str], fun_prefix: str, extern_line: str) -> List[
279279

280280
if install_handlers:
281281
install_handlers = (
282-
["cdef void install_handlers(Tox *ptr):"] + install_handlers)
282+
["cdef void install_handlers(Tox *ptr):"] + install_handlers)
283283
return extern + [""] + handlers + [""] + install_handlers
284284

285285

0 commit comments

Comments
 (0)