refactor: Remove six.moves.map import.

This commit is contained in:
rht
2017-11-05 06:30:14 +01:00
committed by Tim Abbott
parent 549a26860f
commit 80a8d4f9f3
11 changed files with 5 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
from six.moves import input, map
from six.moves import input
import glob
import os
import sys