Remove 'six.moves' imports from termcolor

parent 864d3d99
......@@ -26,8 +26,6 @@
from __future__ import print_function
from __future__ import absolute_import
import os
from six.moves import range
from six.moves import zip
__ALL__ = ['colored', 'cprint']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment