Skip to content

Commit

Permalink
Remove now unused input_default_value property
Browse files Browse the repository at this point in the history
It always returned None ...
  • Loading branch information
mvdbeek committed Nov 28, 2024
1 parent 40a8bb1 commit 52ba3f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/galaxy/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8172,10 +8172,6 @@ def input_type(self):
assert self.is_input_type, "step.input_type can only be called on input step types"
return self.STEP_TYPE_TO_INPUT_TYPE[self.type]

@property
def input_default_value(self):
self.get_input_default_value(None)

def get_input_default_value(self, default_default):
# parameter_input and the data parameters handle this slightly differently
# unfortunately.
Expand Down

0 comments on commit 52ba3f8

Please sign in to comment.