Skip to content

Commit

Permalink
Fix flake8 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMatt2 authored and gaborbernat committed Apr 18, 2023
1 parent e1a22a3 commit 8d297c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_filelock.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_ro_file(lock_type: type[BaseFileLock], tmp_file_ro: Path) -> None:

@pytest.mark.parametrize("lock_type", [FileLock, SoftFileLock])
@pytest.mark.parametrize(
"expected_error,match,bad_lock_file",
("expected_error", "match", "bad_lock_file"),
bad_lock_file_errors,
ids=[e[0].__name__ for e in bad_lock_file_errors],
)
Expand Down

0 comments on commit 8d297c9

Please sign in to comment.