Closed
Description
I'm working on a codebase that uses future.utils.with_metaclass
.
The interface is the same as six.with_metaclass
so perhaps this is as simple as updating semanal
to add 'future.utils.with_metaclass'
everywhere that 'six.with_metaclass'
is present.