From ca2a47f82ab5168f8f5404778a2577a7f20edf8a Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 16 Apr 2022 07:14:49 +0200 Subject: [PATCH] Fix: empty clean worker --- bopytex/worker/clean.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bopytex/worker/clean.py diff --git a/bopytex/worker/clean.py b/bopytex/worker/clean.py new file mode 100644 index 0000000..593acaa --- /dev/null +++ b/bopytex/worker/clean.py @@ -0,0 +1,2 @@ +def clean(args: dict, deps, output): + pass