diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-02-09 17:57:09 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-02-09 17:57:09 +0000 |
commit | 347b497db0355fe4e26ae3a51967aa91bec090d3 (patch) | |
tree | ecbb373f5a417b24588c8fbd0f59e55afe7c955b /synapse/storage/_base.py | |
parent | Performance counters for database transaction names (diff) | |
download | synapse-347b497db0355fe4e26ae3a51967aa91bec090d3.tar.xz |
Formatting
Diffstat (limited to 'synapse/storage/_base.py')
-rw-r--r-- | synapse/storage/_base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/_base.py b/synapse/storage/_base.py index bcb03cbdcb..45f4b994eb 100644 --- a/synapse/storage/_base.py +++ b/synapse/storage/_base.py @@ -39,7 +39,6 @@ class LoggingTransaction(object): passed to the constructor. Adds logging to the .execute() method.""" __slots__ = ["txn", "name"] - def __init__(self, txn, name): object.__setattr__(self, "txn", txn) object.__setattr__(self, "name", name) |