3-manifolds / SnapPy

SnapPy is a package for studying the topology and geometry of 3-manifolds, with a focus on hyperbolic structures. It is based on the SnapPea kernel written by Jeff Weeks.
https://snappy.computop.org/
89 stars 41 forks source link

fix some old prints and usage of super() #118

Closed fchapoton closed 1 year ago

fchapoton commented 1 year ago

using ruff, fix remaining old python2 syntax and simplify call of super()

first part done by hand, second part scripted using

ruff check --fix --select UP008 .

fchapoton commented 1 year ago

ready to go