Tweak docstring

Since this class is used in multiple test modules now, it makes sense to
keep it in common_util instead of test_storage.
This commit is contained in:
Chad Whitacre 2020-10-05 08:34:41 -04:00
parent 41fcd9673e
commit ad4d7f7612
1 changed files with 0 additions and 3 deletions

View File

@ -129,9 +129,6 @@ class Marker(object):
class FakeCanary(object): class FakeCanary(object):
"""For use in storage tests. """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): def __init__(self, ignore_disconnectors=False):
self.ignore = ignore_disconnectors self.ignore = ignore_disconnectors