From 2c0c3320eec51b3bb2b2a3f32cf4dd19c965f3ba Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 3 Oct 2022 13:32:42 -0500 Subject: [PATCH] remove extra function call --- lib/function.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/function.zsh b/lib/function.zsh index bccd2f7..fe359ff 100755 --- a/lib/function.zsh +++ b/lib/function.zsh @@ -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' }