pull/123/head
Erik Johnston 2015-04-16 11:18:45 +01:00
parent b8092fbc82
commit e1c0970c11
3 changed files with 0 additions and 6 deletions

View File

@ -16,7 +16,6 @@
from twisted.internet import defer
from synapse.api.errors import LimitExceededError, SynapseError
from synapse.util.async import run_on_reactor
from synapse.crypto.event_signing import add_hashes_and_signatures
from synapse.api.constants import Membership, EventTypes
from synapse.types import UserID

View File

@ -15,8 +15,6 @@
from synapse.storage import prepare_database, prepare_sqlite3_database
import types
class Sqlite3Engine(object):
def __init__(self, database_module):

View File

@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import collections
from ._base import SQLBaseStore, Table
from twisted.internet import defer
@ -167,4 +165,3 @@ class PusherStore(SQLBaseStore):
class PushersTable(Table):
table_name = "pushers"