From e2733d354c87bdc3cbc58a5e3e838e688fafe627 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 2 Dec 2016 10:20:12 +0100 Subject: cleanup pyflakes issue #23 --- examples/demo_OTDA_classes.py | 1 - examples/demo_barycenter_1D.py | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/demo_OTDA_classes.py b/examples/demo_OTDA_classes.py index 4111ace..b2da7de 100644 --- a/examples/demo_OTDA_classes.py +++ b/examples/demo_OTDA_classes.py @@ -3,7 +3,6 @@ demo of Optimal transport for domain adaptation """ -import numpy as np import matplotlib.pylab as pl import ot diff --git a/examples/demo_barycenter_1D.py b/examples/demo_barycenter_1D.py index 7e478c2..297b872 100644 --- a/examples/demo_barycenter_1D.py +++ b/examples/demo_barycenter_1D.py @@ -9,9 +9,8 @@ import numpy as np import matplotlib.pylab as pl import ot -from mpl_toolkits.mplot3d import Axes3D from matplotlib.collections import PolyCollection -from matplotlib.colors import colorConverter + #%% parameters -- cgit v1.2.3