klen / peewee-aio

Async support for Peewee ORM
44 stars 7 forks source link

Pycharm: Class Role must implement all abstract methods #9

Closed vitidev closed 1 year ago

vitidev commented 1 year ago

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"

klen commented 1 year ago

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