Skip to content

Commit

Permalink
remove connection property
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvoleg committed Nov 2, 2024
1 parent c3b2aa9 commit cdca6f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ydb_sqlalchemy/driver/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ def _tx_context(self):
def _tx_mode(self):
return self._connection._tx_mode

@property
def connection(self):
return self._connection

@property
def interactive_transaction(self):
return self._connection.interactive_transaction
Expand Down

0 comments on commit cdca6f3

Please sign in to comment.