Merge pull request #846 from tahoe-lafs/3456.tweak-docstring

Tweak docstring on FakeCanary
This commit is contained in:
Chad Whitacre 2020-10-06 06:19:54 -04:00 committed by GitHub
commit e78afd877c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,9 +129,6 @@ class Marker(object):
class FakeCanary(object):
"""For use in storage tests.
Can be moved back to test_storage.py once enough Python 3 porting has been
done.
"""
def __init__(self, ignore_disconnectors=False):
self.ignore = ignore_disconnectors