diff options
author | Rohit Goswami <rog32@hi.is> | 2021-12-02 21:21:34 +0000 |
---|---|---|
committer | Rohit Goswami <rog32@hi.is> | 2021-12-05 22:23:55 +0000 |
commit | e4ca1fbcc96f956708f2deacb6ae1806cd132fe5 (patch) | |
tree | 6001fb86ee2e1982d712977fad8a5c7dc7a6bc89 /numpy/f2py/tests/test_size.py | |
parent | cd24ca1ef578924bad8c5c31f8939e64e353c256 (diff) | |
download | numpy-e4ca1fbcc96f956708f2deacb6ae1806cd132fe5.tar.gz |
MAINT: Rework whitespace to pass PR checks
Co-authored-by: Charles Harris <charlesr.harris@gmail.com>
Diffstat (limited to 'numpy/f2py/tests/test_size.py')
-rw-r--r-- | numpy/f2py/tests/test_size.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/tests/test_size.py b/numpy/f2py/tests/test_size.py index cabc340ce..3360e2a3d 100644 --- a/numpy/f2py/tests/test_size.py +++ b/numpy/f2py/tests/test_size.py @@ -6,7 +6,7 @@ from . import util class TestSizeSumExample(util.F2PyTest): - sources = [util.getpath('tests', 'src', 'size', 'foo.f90')] + sources = [util.getpath("tests", "src", "size", "foo.f90")] @pytest.mark.slow def test_all(self): |