You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments