Skip to content

Commit 63c3064

Browse files
committed
Revert metaclass removed by mistake
1 parent e7869bf commit 63c3064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/galaxy/tool_util/cwl/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def check_requirements(rec, tool=True):
258258
check_requirements(d, tool=tool)
259259

260260

261-
class ToolProxy(ABCMeta):
261+
class ToolProxy(metaclass=ABCMeta):
262262

263263
_class: str
264264

0 commit comments

Comments
 (0)