klen / peewee-aio

Async support for Peewee ORM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pycharm: Class Role must implement all abstract methods

vitidev opened this issue · comments

peewee-aio: 1.4.3
PyCharm: 2022.3.3
code from README.md

Image 1

and suggests "Add abc.ABC to superclass"
or implement methods "bulk_create" and "bulk_update"

Thank you for the issue. Has been fixed in the latest (1.5.0) release.