Closed fchapoton closed 1 year ago
using ruff, fix remaining old python2 syntax and simplify call of super()
ruff
super()
first part done by hand, second part scripted using
ruff check --fix --select UP008 .
ready to go
using
ruff
, fix remaining old python2 syntax and simplify call ofsuper()
first part done by hand, second part scripted using
ruff check --fix --select UP008 .