pyinvoke / invoke

Pythonic task management & command execution.
http://pyinvoke.org
BSD 2-Clause "Simplified" License
4.38k stars 367 forks source link

refactor: remove additional python2 cruft #902

Closed kuwv closed 1 year ago

kuwv commented 1 year ago

Remove python2 left over cruft from repo.

kuwv commented 1 year ago

@bitprophet I'd recommend doing this cleanup also. This just removes redundant object inheritance stuff that python3 does natively. Just some housekeeping.

bitprophet commented 1 year ago

Nice, don't think object inheritance and new-super made it into my overall list for some reason but it fits well with this stage of cleanup. Thanks!

kuwv commented 1 year ago

Yeah, I missed it too. Not sure why I didn't notice it earlier.