diff options
author | Neil Johnson <neil@fragile.org.uk> | 2018-03-28 17:25:15 +0100 |
---|---|---|
committer | Neil Johnson <neil@fragile.org.uk> | 2018-03-28 17:25:15 +0100 |
commit | dc7c020b33dc9606089fa66fdec2dacb7f807f6d (patch) | |
tree | 2839b147c69ceb85b8151c2577314edd19d134f6 /synapse | |
parent | remove twisted deferral cruft (diff) | |
download | synapse-dc7c020b33dc9606089fa66fdec2dacb7f807f6d.tar.xz |
fix pep8 errors
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/__init__.py | 3 |
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:- |