Remove unused var

This commit is contained in:
Erik Johnston 2019-12-06 11:15:25 +00:00
parent 8b77fc6506
commit e216ec381a
3 changed files with 2 additions and 4 deletions

View file

@ -256,8 +256,6 @@ class Database(object):
self._check_safe_to_upsert,
)
self.rand = random.SystemRandom()
@defer.inlineCallbacks
def _check_safe_to_upsert(self):
"""