piccolo-orm / piccolo

A fast, user friendly ORM and query builder which supports asyncio.
https://piccolo-orm.com/
MIT License
1.32k stars 86 forks source link

Replace deprecated `@abstractproperty` #1019

Closed dantownsend closed 2 weeks ago

dantownsend commented 2 weeks ago

We get deprecation warnings for using @abstractproperty - it just needs replacing with @property and @abstractmethod.