Skip to content
Closed
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
Cleanup
  • Loading branch information
savannahostrowski committed Dec 18, 2025
commit cf98ebc4c8b9ab609bb64f1bb9f281296ab88600
1 change: 0 additions & 1 deletion Lib/argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def __init__(
width=None,
color=None,
):
# Handle deprecated 'color' parameter for backwards compatibility
if color is not None:
import warnings
warnings.warn(
Expand Down
Loading