mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Run Tools/scripts/reindent.py (GH-94225)
Reindent files which were not properly formatted (PEP 8: 4 spaces).
Remove also some trailing spaces.
(cherry picked from commit e87ada48a9
)
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
68112c3f70
commit
f0f3a424af
4 changed files with 4 additions and 5 deletions
|
@ -157,4 +157,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}.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue