Skip to content

Commit

Permalink
Autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Nov 19, 2024
1 parent 0ca81ef commit b86f6f6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/dso/exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@
from ._logging import log


def _render_quarto(
quarto_dir: Path,
report_dir: Path,
before_script: str,
cwd: Path,
with_pandocfilter: bool = False,
):
def _render_quarto(quarto_dir: Path, report_dir: Path, before_script: str, cwd: Path, with_pandocfilter: bool = False):
"""
Render a quarto project
Expand Down

0 comments on commit b86f6f6

Please sign in to comment.