Skip to content

Commit

Permalink
Ignore mypy error (_serialize impl)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Apr 9, 2024
1 parent 9758720 commit 161f4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8873,7 +8873,7 @@ def attach_step(request_to_content):

def add_message(self, message: "InvocationMessageUnion"):
self.messages.append(
WorkflowInvocationMessage(
WorkflowInvocationMessage( # type:ignore[abstract]
workflow_invocation_id=self.id,
**message.dict(
exclude_unset=True,
Expand Down

0 comments on commit 161f4a9

Please sign in to comment.