Skip to content
Snippets Groups Projects
Commit 347b497d authored by Mark Haines's avatar Mark Haines
Browse files

Formatting

parent 3a5ad7db
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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