Skip to content

Commit

Permalink
fixup! Remove workaround in favor of SQLAlchemy 1.4+ method call.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Dec 13, 2022
1 parent 925a396 commit b4dbbea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/lsst/daf/butler/registry/interfaces/_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
from ...core.named import NamedValueAbstractSet
from .._exceptions import ConflictingDefinitionError

_IN_SAVEPOINT_TRANSACTION = "IN_SAVEPOINT_TRANSACTION"


def _checkExistingTableDefinition(name: str, spec: ddl.TableSpec, inspection: List[Dict[str, Any]]) -> None:
"""Test that the definition of a table in a `ddl.TableSpec` and from
Expand Down

0 comments on commit b4dbbea

Please sign in to comment.