Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Jan 31, 2024
1 parent c445b93 commit 09a3514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 09a3514

Please sign in to comment.