remove extra function call

This commit is contained in:
Daylin Morgan 2022-10-03 13:32:42 -05:00
parent 630e8fffd7
commit 2c0c3320ee

View file

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