mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 01:04:49 -04:00
Remove unused var
This commit is contained in:
parent
8b77fc6506
commit
e216ec381a
3 changed files with 2 additions and 4 deletions
|
@ -256,8 +256,6 @@ class Database(object):
|
|||
self._check_safe_to_upsert,
|
||||
)
|
||||
|
||||
self.rand = random.SystemRandom()
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def _check_safe_to_upsert(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue