diff options
| author | Rémy HUBSCHER <hubscher.remy@gmail.com> | 2020-04-21 13:59:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-21 13:59:41 +0200 |
| commit | 299c64a48cb6278eebe1d7cc54d878953ecc5fa5 (patch) | |
| tree | 87219e02bedf6d75f15da2b3ab95cbcb4988d55b /ihatemoney/patch_sqlalchemy_continuum.py | |
| parent | f0b40578adeca5e9fc75787c00787c20f1072144 (diff) | |
| download | ihatemoney-mirror-299c64a48cb6278eebe1d7cc54d878953ecc5fa5.zip ihatemoney-mirror-299c64a48cb6278eebe1d7cc54d878953ecc5fa5.tar.gz ihatemoney-mirror-299c64a48cb6278eebe1d7cc54d878953ecc5fa5.tar.bz2 | |
Add isort support. (#561)
Diffstat (limited to 'ihatemoney/patch_sqlalchemy_continuum.py')
| -rw-r--r-- | ihatemoney/patch_sqlalchemy_continuum.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/patch_sqlalchemy_continuum.py b/ihatemoney/patch_sqlalchemy_continuum.py index e0680c6..dbbd908 100644 --- a/ihatemoney/patch_sqlalchemy_continuum.py +++ b/ihatemoney/patch_sqlalchemy_continuum.py @@ -38,7 +38,7 @@ from sqlalchemy_continuum import Operation from sqlalchemy_continuum.builder import Builder from sqlalchemy_continuum.expression_reflector import VersionExpressionReflector from sqlalchemy_continuum.relationship_builder import RelationshipBuilder -from sqlalchemy_continuum.utils import option, adapt_columns +from sqlalchemy_continuum.utils import adapt_columns, option class PatchedRelationShipBuilder(RelationshipBuilder): |
