Skip to content

Commit

Permalink
Removed unnecessary class variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kalisp committed Nov 6, 2024
1 parent 3b81896 commit 3d6778c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ class FusionSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline,
# presets
plugin = None

priority = 50
chunk_size = 1
concurrent_tasks = 1
group = ""

def process(self, instance):
if not instance.data["farm"]:
self.log.debug("Render on farm is disabled. "
Expand Down

0 comments on commit 3d6778c

Please sign in to comment.