Skip to content

Commit 5c2c829

Browse files
Update Lib/test/test__colorize.py
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent be47b1b commit 5c2c829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test__colorize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def clear_env():
1414
mock_env.unset(var)
1515
yield mock_env
1616

17+
1718
def supports_virtual_terminal():
1819
if sys.platform == "win32":
1920
return unittest.mock.patch("nt._supports_virtual_terminal", return_value=True)

0 commit comments

Comments
 (0)