mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-01 21:38:55 -04:00
This commit is contained in:
@@ -239,8 +239,6 @@ class UnitOfWork(object):
|
||||
if self.parent:
|
||||
uow.set(self.parent)
|
||||
|
||||
|
||||
|
||||
class UOWTransaction(object):
|
||||
def __init__(self, uow):
|
||||
self.uow = uow
|
||||
|
||||
Reference in New Issue
Block a user