remove extra function call

This commit is contained in:
Daylin Morgan 2022-10-03 13:32:42 -05:00
parent 630e8fffd7
commit 2c0c3320ee
1 changed files with 0 additions and 1 deletions

View File

@ -82,6 +82,5 @@ help() {
format-qmd() {
# TODO: add support for outputs
jupytext --from qmd $1 --pipe black
jupytext --from qmd $1 --pipe black --opt 'notebook_metadata_filter=-all'
}