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/distutils/tests | |
parent | 3e522a768852575d08e859f8432b4054957dd9b9 (diff) | |
download | numpy-5292238c026780d7f31a951ab76ab9cbc1506780.tar.gz |
STY: Make linter happy
Not new things, but in touched lines...
Diffstat (limited to 'numpy/distutils/tests')
-rw-r--r-- | numpy/distutils/tests/test_system_info.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/distutils/tests/test_system_info.py b/numpy/distutils/tests/test_system_info.py index 539badf07..eb7235e04 100644 --- a/numpy/distutils/tests/test_system_info.py +++ b/numpy/distutils/tests/test_system_info.py @@ -171,7 +171,6 @@ class TestSystemInfoReading: self.c_dup_options = site_and_parse(get_class('duplicate_options'), self._sitecfg) - def teardown_method(self): # Do each removal separately try: |