From e59d6633d5887f6b91d0d1807d2aa31b502a5fb8 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Tue, 5 Apr 2022 22:38:21 +0300 Subject: [PATCH] Black formatting in test module --- src/darker/tests/test_highlighting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/darker/tests/test_highlighting.py b/src/darker/tests/test_highlighting.py index b420133f4..8fad87495 100644 --- a/src/darker/tests/test_highlighting.py +++ b/src/darker/tests/test_highlighting.py @@ -185,7 +185,7 @@ def test_colorize_with_no_color(): True, { # Pygments 2.4.0: - '\x1b[31;01m- a\x1b[39;49;00m\n\x1b[32m+ b\x1b[39;49;00m\n', + "\x1b[31;01m- a\x1b[39;49;00m\n\x1b[32m+ b\x1b[39;49;00m\n", # Pygments 2.10.0: "\x1b[91m- a\x1b[39;49;00m\n\x1b[32m+ b\x1b[39;49;00m\n", # Pygments 2.11.2: