Reformat with black.

This commit is contained in:
Itamar Turner-Trauring 2022-07-06 09:46:59 -04:00
parent dac0080ea2
commit fd8a385d1d

View File

@ -1454,7 +1454,7 @@ class SharedImmutableMutableTestsMixin:
check_range("bytes=3-17", "bytes 3-17/*")
# TODO re-enable in https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3907
# Can't go beyond the end of the mutable/immutable!
#check_range("bytes=10-100", "bytes 10-25/*")
# check_range("bytes=10-100", "bytes 10-25/*")
class ImmutableSharedTests(SharedImmutableMutableTestsMixin, SyncTestCase):