-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
argparse dependency unnecessary #195
Labels
bug
Something isn't working
Comments
For context: argparse does not appear to be used by this repo directly at all, and also argparse has been in the Python standard library since 3.2. |
Thanks for opening the issue, I forgot to remove it when I migrated the cli to click. I’ll get it fixed on #194 |
Thanks! |
Closed
dmunozv04
added a commit
that referenced
this issue
Feb 12, 2025
Fixes argparse dependency unnecessary #195
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before opening an issue make sure that there are no duplicates and that you are on the latest version.
Describe the bug
argparse is listed in requrements.txt, but not used at all.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
argparse
to not be included.Screenshots
![image](https://private-user-images.githubusercontent.com/246745/369649533-e56b3e81-2637-47a3-a116-cac692953581.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2Mzk3MTMsIm5iZiI6MTczOTYzOTQxMywicGF0aCI6Ii8yNDY3NDUvMzY5NjQ5NTMzLWU1NmIzZTgxLTI2MzctNDdhMy1hMTE2LWNhYzY5Mjk1MzU4MS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxNzEwMTNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hNGY5Yjg2NzFhZjcwZmE0YTYzYTVkODQwYjI3YjJjOGJjZDIxODZiYWIyOGEyMTYwMTE0MmQ0ZDdhYjVmZGJlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.WxcsOhbjXLb2zxhZnsB6gcajBzDUYJQ-qj1gXMGWhQI)
iSponsorBlockTV server (please complete the following information):
Apple TV (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: