eliot icon indicating copy to clipboard operation
eliot copied to clipboard

Drop python2 support and remove six dependency

Open danigm opened this issue 3 years ago • 0 comments

This patch removes all the python2 compatibility code:

  • from __future__ import
  • six module usage

After this commit, this compatibility code is not needed anymore and can be removed and the six dependency can be removed.

danigm avatar Nov 28 '22 17:11 danigm