Skip to content
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

[BAD] Automatic PR for 59333e99-451d-4529-ae7f-486d67e5cdcc #107

Open
wants to merge 1 commit into
base: 59333e99-451d-4529-ae7f-486d67e5cdcc-base
Choose a base branch
from

Conversation

code-narrator
Copy link

The PR was created automatically by CodeNarrator. The following issues were fixed:
ENH: use shutil.which() instead of external which(1) (pandas-dev#54937)

  • ENH: update bundled pyperclip with changes from 1.8.2 release

Copy the changes from upstream 1.8.2 to the bundled copy of pyperclip.
The code was reformatted using black and verified using ruff.
The existing modifications from pandas were preserved.

  • ENH: Remove Python 2 compatibility from imported pyperclip code

Remove the fallback to which/where that is only necessary for Python 2
that does not feature shutil.which(). Also collapse the imports
to avoid importing shutil.which() twice. It is now only imported
as _executable_exists() to minimize the changes to the original code.

  • BUG: Fix pylint failure (redundant pass) in clipboard
    Corresponding commit hash: 711fea0

@DawidMakar-acaisoft DawidMakar-acaisoft changed the title Automatic PR for 59333e99-451d-4529-ae7f-486d67e5cdcc [BAD] Automatic PR for 59333e99-451d-4529-ae7f-486d67e5cdcc Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants