diff options
Diffstat (limited to 'doc/example.py')
-rw-r--r-- | doc/example.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/example.py b/doc/example.py index 0d5b53a33..5958c2db5 100644 --- a/doc/example.py +++ b/doc/example.py @@ -24,7 +24,6 @@ import os # standard library imports first # convention used by NumPy itself:: import numpy as np -import scipy as sp import matplotlib as mpl import matplotlib.pyplot as plt |