Skip to content

Commit

Permalink
Use correct type skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Jun 24, 2024
1 parent f919d13 commit 70e5754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_archiver_rar.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_write_file(rar_archiver):

def test_copy_from_archive(rar_archiver):
# Act
result = rar_archiver.copy_from_archive(None) # noqa: type
result = rar_archiver.copy_from_archive(None) # type: ignore

# Assert
assert result is False

0 comments on commit 70e5754

Please sign in to comment.