Projet

Général

Profil

0002-misc-remove-unused-import-43108.patch

Benjamin Dauvergne, 19 mai 2020 20:31

Télécharger (610 octets)

Voir les différences:

Subject: [PATCH 2/3] misc: remove unused import (#43108)

 wcs_olap/feeder.py | 1 -
 1 file changed, 1 deletion(-)
wcs_olap/feeder.py
5 5
from collections import OrderedDict
6 6
import contextlib
7 7
import datetime
8
import six
9 8
import copy
10 9
import itertools
11 10
import os
12
-