fury-gl / fury

FURY - Free Unified Rendering in pYthon.
https://fury.gl
Other
230 stars 163 forks source link

remove object keyword from class #737

Closed skoudoro closed 1 year ago

skoudoro commented 1 year ago

In python 3, we do not need object keyword to define a class. this is required only for python 2.

So this PR clean up