From 0d48ff19b72dc0beed0c3835ea715392554e6dcf Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Wed, 9 Feb 2022 16:00:19 +0000 Subject: [PATCH] black --- tests/test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_main.py b/tests/test_main.py index 553f792a..fc06b6ab 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -725,7 +725,7 @@ def test_main_with_filter(data_dir, tmp_path): (), ("-a",), ("--autohint", "-D latn"), - ] + ], ) def test_autohinting(data_dir, tmp_path, autohint_options): shutil.copytree(data_dir / "AutohintingTest", tmp_path / "sources")