Skip to content

Commit

Permalink
Revert metaclass removed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Nov 17, 2021
1 parent e7869bf commit 63c3064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tool_util/cwl/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def check_requirements(rec, tool=True):
check_requirements(d, tool=tool)


class ToolProxy(ABCMeta):
class ToolProxy(metaclass=ABCMeta):

_class: str

Expand Down

0 comments on commit 63c3064

Please sign in to comment.