Loading kilter/protocol/core.py +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ ResponseMessage: TypeAlias = Union[ ReplyCode, ] """ Messages send from a filter to an MTA in response to `EventMessages` Messages send from a filter to an MTA in response to an `EventMessage` """ EditMessage: TypeAlias = Union[ Loading Loading
kilter/protocol/core.py +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ ResponseMessage: TypeAlias = Union[ ReplyCode, ] """ Messages send from a filter to an MTA in response to `EventMessages` Messages send from a filter to an MTA in response to an `EventMessage` """ EditMessage: TypeAlias = Union[ Loading