Skip to content
Snippets Groups Projects
Commit e1c0970c authored by Erik Johnston's avatar Erik Johnston
Browse files

PEP8

parent b8092fbc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -15,8 +15,6 @@
from synapse.storage import prepare_database, prepare_sqlite3_database
import types
class Sqlite3Engine(object):
def __init__(self, database_module):
......
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment