From 374c5f7467a3f351402e35e24aba6815287ff99b Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 9 Apr 2022 16:16:54 +0200 Subject: [PATCH] fix: remove comment --- bopytex/planner.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bopytex/planner.py b/bopytex/planner.py index 0d38a78..21d00ca 100644 --- a/bopytex/planner.py +++ b/bopytex/planner.py @@ -23,7 +23,6 @@ def planner( corr: bool = False, no_join: bool = False, no_pdf: bool = False, - # dirty: bool = False, ) -> list[Task]: tasks = []