summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_callback.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/f2py/tests/test_callback.py')
-rw-r--r--numpy/f2py/tests/test_callback.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/numpy/f2py/tests/test_callback.py b/numpy/f2py/tests/test_callback.py
index 2cb429ec2..5d2aab94d 100644
--- a/numpy/f2py/tests/test_callback.py
+++ b/numpy/f2py/tests/test_callback.py
@@ -5,7 +5,6 @@ import pytest
import threading
import traceback
import time
-import random
import numpy as np
from numpy.testing import assert_, assert_equal, IS_PYPY
@@ -107,9 +106,9 @@ cf2py intent(out) r
-----
Call-back functions::
- def fun(): return a
- Return objects:
- a : int
+ def fun(): return a
+ Return objects:
+ a : int
""")
assert_equal(self.module.t.__doc__, expected)