Skip to content

Commit 0091154

Browse files
authored
Remove explicit color output, it's the default in 3.14 (#694)
1 parent 7ef7e20 commit 0091154

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python_typing_update/__main__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ async def async_main(argv: list[str] | None = None) -> int:
3838
description="Tool to update Python typing syntax.",
3939
formatter_class=CustomHelpFormatter,
4040
)
41-
if sys.version_info >= (3, 14):
42-
parser.color = True # Set as init arg in 3.14
4341
formatter_options = parser.add_argument_group("select optional formatter")
4442
mode_options = parser.add_argument_group("select different mode")
4543
py_version_options = parser.add_argument_group("python version options")

0 commit comments

Comments
 (0)