wiremind / remoulade

A fast and reliable distributed task processing library for Python 3.
GNU Lesser General Public License v3.0
39 stars 16 forks source link

Type annotation mistake #317

Closed mehdigmira closed 1 year ago

mehdigmira commented 1 year ago

Hello,

A type annotation mistake: CurrentMessage.get_current_message return type is wrong in https://github.com/wiremind/remoulade/blob/master/remoulade/middleware/current_message.py#L19 It should be Message | None instead

thomasLeMeur commented 1 year ago

Solved into 0.60.0