From 09a3514a3242f5f6690e329c980f92dd7c19d610 Mon Sep 17 00:00:00 2001 From: mashehu Date: Wed, 31 Jan 2024 13:36:35 +0100 Subject: [PATCH] fix linting --- tests/test_lint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_lint.py b/tests/test_lint.py index ee68648ce6..2f989aeffb 100644 --- a/tests/test_lint.py +++ b/tests/test_lint.py @@ -201,10 +201,10 @@ def test_sphinx_md_files(self): from .lint.files_exist import ( # type: ignore[misc] test_files_exist_depreciated_file, test_files_exist_fail_conditional, - test_files_exist_pass_conditional, test_files_exist_missing_config, test_files_exist_missing_main, test_files_exist_pass, + test_files_exist_pass_conditional, ) from .lint.files_unchanged import ( # type: ignore[misc] test_files_unchanged_fail,