diff options
author | David Baker <dave@matrix.org> | 2015-04-27 11:49:18 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-04-27 11:49:18 +0100 |
commit | 8a5be236e0113125ab2fa9a5fb2f950b546acea9 (patch) | |
tree | 2c18c57243e6859525870789d03fd81cb04e8744 /synapse | |
parent | pep8 (diff) | |
download | synapse-8a5be236e0113125ab2fa9a5fb2f950b546acea9.tar.xz |
pep8
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/__init__.py b/synapse/storage/__init__.py index 0c47443689..9b6471aec2 100644 --- a/synapse/storage/__init__.py +++ b/synapse/storage/__init__.py @@ -430,4 +430,4 @@ def are_all_users_on_domain(txn, domain): num_not_matching = cursor.fetchall()[0][0] if num_not_matching == 0: return True - return False \ No newline at end of file + return False |