Skip to content

Commit 0277d8b

Browse files
committed
chore: Run ruff format
1 parent 514c07e commit 0277d8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sphinx_autobuild/build.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515

1616

1717
class Builder:
18-
def __init__(self, sphinx_args, *, url_host, pre_build_commands, post_build_commands):
18+
def __init__(
19+
self, sphinx_args, *, url_host, pre_build_commands, post_build_commands
20+
):
1921
self.sphinx_args = sphinx_args
2022
self.pre_build_commands = pre_build_commands
2123
self.post_build_commands = post_build_commands

0 commit comments

Comments
 (0)