Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
mski-iksm committed Feb 23, 2024
1 parent 3ca610f commit a5252c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gokart/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ class TaskOnKart(luigi.Task):
complete_check_at_run: bool = ExplicitBoolParameter(
default=False, description='Check if output file exists at run. If exists, run() will be skipped.', significant=False
)
should_lock_run: bool = ExplicitBoolParameter(default=None, significant=False, description='Whether to use redis lock or not at task run.')

def __init__(self, *args, **kwargs):
self._add_configuration(kwargs, 'TaskOnKart')
Expand Down

0 comments on commit a5252c8

Please sign in to comment.