fix pep8 errors

pull/3041/head
Neil Johnson 2018-03-28 17:25:15 +01:00
parent 241e4e8687
commit dc7c020b33
1 changed files with 0 additions and 3 deletions

View File

@ -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:-