summaryrefslogtreecommitdiff
path: root/numpy/doc/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/doc/constants.py')
-rw-r--r--numpy/doc/constants.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/doc/constants.py b/numpy/doc/constants.py
index 96813b66c..2c629ad33 100644
--- a/numpy/doc/constants.py
+++ b/numpy/doc/constants.py
@@ -13,7 +13,8 @@ NumPy includes several constants:
#
# Note: the docstring is autogenerated.
#
-import textwrap, re
+import re
+import textwrap
# Maintain same format as in numpy.add_newdocs
constants = []