feeder: remove import six (#43546)

This commit is contained in:
Benjamin Dauvergne 2020-06-03 09:58:55 +02:00
parent afb70fe986
commit 909712e15a
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ from __future__ import unicode_literals
from collections import OrderedDict
import datetime
import six
import copy
import itertools
import os