mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-11 18:14:20 +00:00
fixed python 3.9 syntax issue
This commit is contained in:
parent
166b279c5a
commit
b00de0d1a7
@ -30,7 +30,7 @@ class MessageService:
|
||||
@classmethod
|
||||
def correlate_send_message(
|
||||
cls, message_instance_send: MessageInstanceModel
|
||||
) -> MessageInstanceModel | None:
|
||||
) -> Optional[MessageInstanceModel]:
|
||||
"""Connects the given send message to a 'receive' message if possible.
|
||||
|
||||
:param message_instance_send:
|
||||
|
Loading…
x
Reference in New Issue
Block a user