diff options
author | Victor Stinner <vstinner@python.org> | 2022-06-26 10:39:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-26 10:39:16 (GMT) |
commit | 4b1144ced142be2765f5d14c9632cee2b75748f2 (patch) | |
tree | 4eec00ebb81d1db0e8bb961f6b12070096a0df40 /Lib/test | |
parent | 3473a128d189cc88927f750f8bc7d4c064d1991f (diff) | |
download | cpython-4b1144ced142be2765f5d14c9632cee2b75748f2.zip cpython-4b1144ced142be2765f5d14c9632cee2b75748f2.tar.gz cpython-4b1144ced142be2765f5d14c9632cee2b75748f2.tar.bz2 |
Run Tools/scripts/reindent.py (#94225) (#94291)
Reindent files which were not properly formatted (PEP 8: 4 spaces).
Remove also some trailing spaces.
(cherry picked from commit e87ada48a9e5d9d03f9759138869216df0d7383a)
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/libregrtest/setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/libregrtest/setup.py b/Lib/test/libregrtest/setup.py index 0bfd644..964c25e 100644 --- a/Lib/test/libregrtest/setup.py +++ b/Lib/test/libregrtest/setup.py @@ -158,4 +158,3 @@ def _adjust_resource_limits(): except (ValueError, OSError) as err: print(f"Unable to raise RLIMIT_NOFILE from {fd_limit} to " f"{new_fd_limit}: {err}.") - |