From f96f5d7ad1c9a25ee0d4d17b2f1bc2a1c4933c33 Mon Sep 17 00:00:00 2001 From: JanLJL Date: Wed, 22 Jun 2022 17:12:53 +0200 Subject: [PATCH] black formatting --- tests/test_marker_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_marker_utils.py b/tests/test_marker_utils.py index 88f417a..b6dd515 100755 --- a/tests/test_marker_utils.py +++ b/tests/test_marker_utils.py @@ -83,7 +83,7 @@ class TestMarkerUtils(unittest.TestCase): bytes_3_lines_3, bytes_4_lines, bytes_hex, - bytes_mixed + bytes_mixed, ] mov_start_variations = [mov_start_1, mov_start_2] mov_end_variations = [mov_end_1, mov_end_2] @@ -155,7 +155,7 @@ class TestMarkerUtils(unittest.TestCase): bytes_2_lines_2, bytes_3_lines, bytes_hex_line, - bytes_mixed + bytes_mixed, ] mov_start_variations = [mov_start_1, mov_start_2] mov_end_variations = [mov_end_1, mov_end_2]