summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/numpy/convolve_py.py
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-06-16 09:11:33 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-06-16 09:11:33 +0200
commit3d291a58b10e3f27a1933299b8787da69791e035 (patch)
tree44ef15ab9cc9c116ca669efb11a9928ff16f8317 /docs/examples/tutorial/numpy/convolve_py.py
parent4800ae9d564576bfe54b91af599913c4b1372a15 (diff)
downloadcython-3d291a58b10e3f27a1933299b8787da69791e035.tar.gz
Minor docs cleanup.
Diffstat (limited to 'docs/examples/tutorial/numpy/convolve_py.py')
-rw-r--r--docs/examples/tutorial/numpy/convolve_py.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/examples/tutorial/numpy/convolve_py.py b/docs/examples/tutorial/numpy/convolve_py.py
index 547bae755..c3cbc5f86 100644
--- a/docs/examples/tutorial/numpy/convolve_py.py
+++ b/docs/examples/tutorial/numpy/convolve_py.py
@@ -1,4 +1,3 @@
-from __future__ import division
import numpy as np