Skip to content

Commit cf98ebc

Browse files
Cleanup
1 parent d82b48c commit cf98ebc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/argparse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ def __init__(
168168
width=None,
169169
color=None,
170170
):
171-
# Handle deprecated 'color' parameter for backwards compatibility
172171
if color is not None:
173172
import warnings
174173
warnings.warn(

0 commit comments

Comments
 (0)