Skip to content

Commit b39cff0

Browse files
committed
argparse colour is default in Python 3.14
1 parent 5486bbf commit b39cff0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tinytext/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ def main() -> None:
1414
parser = argparse.ArgumentParser(
1515
description=__doc__, formatter_class=argparse.RawDescriptionHelpFormatter
1616
)
17-
parser.color = True # type: ignore[attr-defined]
1817
parser.add_argument("text", help="Text to tinify")
1918
parser.add_argument(
2019
"-V", "--version", action="version", version=f"%(prog)s {__version__}"

0 commit comments

Comments
 (0)