mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Formatting
This commit is contained in:
parent
3a5ad7dbd5
commit
347b497db0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user