You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But according to pika docs it should be "Connection parameters instance or non-empty sequence of them" i.e. Union[pika.connection.Parameters, Sequence[pika.connection.Parameters]]
The text was updated successfully, but these errors were encountered:
The type of the
BlockingConnection.__init__
parameters
param isOptional[connection.Parameters]
:pika-stubs/pika-stubs/adapters/blocking_connection.pyi
Lines 9 to 14 in 361dc1a
But according to pika docs it should be "Connection parameters instance or non-empty sequence of them" i.e.
Union[pika.connection.Parameters, Sequence[pika.connection.Parameters]]
The text was updated successfully, but these errors were encountered: