summary refs log tree commit diff
path: root/synapse/storage/registration.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-04-07 12:16:05 +0100
committerErik Johnston <erik@matrix.org>2015-04-07 12:16:05 +0100
commit0bfa78b39bf95ee24e78166c9545f59b34fd1d81 (patch)
treeaf7d4bd45c2c57068747c905f61774d478ddc0ba /synapse/storage/registration.py
parentFix prepare_sqlite3_database's convert_param_style (diff)
downloadsynapse-0bfa78b39bf95ee24e78166c9545f59b34fd1d81.tar.xz
PEP8
Diffstat (limited to '')
-rw-r--r--synapse/storage/registration.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/registration.py b/synapse/storage/registration.py

index b62b4a3414..0f9d898e5d 100644 --- a/synapse/storage/registration.py +++ b/synapse/storage/registration.py
@@ -105,7 +105,6 @@ class RegistrationStore(SQLBaseStore): defer.returnValue(user_info) - @cached() # TODO(paul): Currently there's no code to invalidate this cache. That # means if/when we ever add internal ways to invalidate access tokens or