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 type of the
BlockingConnection.__init__
parameters
param isOptional[connection.Parameters]
:https://github.com/qubidt/pika-stubs/blob/a0e7b336e6b2f9a9bcde347725b9348871096080/pika-stubs/adapters/blocking_connection.pyi#L9-L15
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]]
Copied from hahow/pika-stubs/issues/7
The text was updated successfully, but these errors were encountered: