diff options
author | Sebastian Berg <sebastianb@nvidia.com> | 2022-10-27 22:05:07 +0200 |
---|---|---|
committer | Sebastian Berg <sebastianb@nvidia.com> | 2022-10-27 22:05:07 +0200 |
commit | 5292238c026780d7f31a951ab76ab9cbc1506780 (patch) | |
tree | 537726f595846e0f0045e5c1932d3e68b8bae9f2 /numpy/lib | |
parent | 3e522a768852575d08e859f8432b4054957dd9b9 (diff) | |
download | numpy-5292238c026780d7f31a951ab76ab9cbc1506780.tar.gz |
STY: Make linter happy
Not new things, but in touched lines...
Diffstat (limited to 'numpy/lib')
-rw-r--r-- | numpy/lib/tests/test_io.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/lib/tests/test_io.py b/numpy/lib/tests/test_io.py index 87f476328..a5462749f 100644 --- a/numpy/lib/tests/test_io.py +++ b/numpy/lib/tests/test_io.py @@ -689,6 +689,7 @@ class TestLoadTxt(LoadTxtBase): # lower chunksize for testing self.orig_chunk = np.lib.npyio._loadtxt_chunksize np.lib.npyio._loadtxt_chunksize = 1 + def teardown_method(self): np.lib.npyio._loadtxt_chunksize = self.orig_chunk |