Skip to content

Commit 84398fd

Browse files
committed
shorten a line to please flake8
1 parent d3085dc commit 84398fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_entry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def check_entries(test_file, regen=False, ignore=''):
106106

107107

108108
def test_the_life_cycle_of_archive_entries():
109-
"""Check that the `get_blocks` method only works on the current entry, and only once.
109+
"""Check that `get_blocks` only works on the current entry, and only once.
110110
"""
111111
# Create a test archive in memory
112112
buf = bytes(bytearray(10_000_000))

0 commit comments

Comments
 (0)