Skip to content

Remove unnecessary empty string in print function #40419

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 25, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix errors
  • Loading branch information
tqa236 committed Jul 16, 2025
commit f89d0808eaad7d44daacd482e52ce3876067b387
2 changes: 1 addition & 1 deletion build/sage_bootstrap/download/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def run():
app = Application(timeout=args.timeout, quiet=args.quiet)
if (not args.print_fastest_mirror) and (args.url_or_tarball is None):
parser.print_help()
print('')
print()
print('error: either --print-fastest-mirror or url_or_tarball is required')
sys.exit(2)
if args.print_fastest_mirror:
Expand Down
2 changes: 1 addition & 1 deletion src/sage_setup/autogen/flint/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def write_flint_cython_headers(output_dir, documentation=False):
print(' ## {}'.format(section), file=output)
for func_signatures, doc in content[section]:
if documentation:
print('', file=output)
print(file=output)
for line in doc:
print(' # {}'.format(line), file=output)
for line in func_signatures:
Expand Down
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy