grow / grow

A declarative website generator designed for high-quality websites, with a focus on easy maintenance and localization.
https://grow.dev
MIT License
399 stars 51 forks source link

fix: Removed useless inheritance from object superseded in Python 3 #1200

Closed lgiordani closed 2 years ago

lgiordani commented 2 years ago

Given Python 2 is long gone I think we can get rid of the explicit inheritance from object in all Grow classes, unless there is a reason to keep it. In that case, sorry for the giant PR :joy_cat: (it took me 5 seconds with sed, actually).