tobymao / saq

Simple Async Queues
https://saq-py.readthedocs.io/en/latest/
MIT License
579 stars 39 forks source link

typing: use generic type here #45

Closed peterschutt closed 2 years ago

peterschutt commented 2 years ago

https://github.com/tobymao/saq/blob/877c5dd5a72be4b4c41d9244a6bcd795982e7650/saq/queue.py#L291

I missed cleaning this up from the generated types, it doesn't need to be typed this narrow.

I'll PR, just putting this here so I don't forget.