Skip to content

Commit dd8dcf9

Browse files
committed
subparser has also been fixed
1 parent 4fa408e commit dd8dcf9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_argparse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def test_create_parser(self):
108108
)
109109

110110
def test_add_subparser(self):
111-
# This fails as it currently imports colorize
112111
add_subparser = textwrap.dedent(
113112
f"""
114113
parser = argparse.ArgumentParser()

0 commit comments

Comments
 (0)