summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-03-28 17:25:15 +0100
committerNeil Johnson <neil@fragile.org.uk>2018-03-28 17:25:15 +0100
commitdc7c020b33dc9606089fa66fdec2dacb7f807f6d (patch)
tree2839b147c69ceb85b8151c2577314edd19d134f6 /synapse/storage
parentremove twisted deferral cruft (diff)
downloadsynapse-dc7c020b33dc9606089fa66fdec2dacb7f807f6d.tar.xz
fix pep8 errors
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/storage/__init__.py b/synapse/storage/__init__.py

index b2b85e266d..70c6171404 100644 --- a/synapse/storage/__init__.py +++ b/synapse/storage/__init__.py
@@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -from twisted.internet import defer - from synapse.storage.devices import DeviceStore from .appservice import ( ApplicationServiceStore, ApplicationServiceTransactionStore @@ -265,7 +263,6 @@ class DataStore(RoomMemberStore, RoomStore, return self.runInteraction("count_users", _count_users) - def count_r30_users(self): """ Counts the number of 30 day retained users, defined as:-