peter-wangxu / persist-queue

A thread-safe disk based persistent queue in Python
BSD 3-Clause "New" or "Revised" License
335 stars 50 forks source link

fix: put_nowait #222

Open humblemat810 opened 1 month ago

humblemat810 commented 1 month ago

put_nowait inherited from superclass has called put with block keyword parameter not exist in UniqueQ put method

peter-wangxu commented 1 month ago

Thanks for the contribution ! I am go to merge it after pep8 fixed