0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-14 21:03:51 +01:00

Formatting

This commit is contained in:
Mark Haines 2015-02-09 17:57:09 +00:00
parent 3a5ad7dbd5
commit 347b497db0

View file

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