aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/patch_sqlalchemy_continuum.py
diff options
context:
space:
mode:
authorGlandos <bugs-github@antipoul.fr>2020-11-24 22:58:22 +0100
committerGlandos <bugs-github@antipoul.fr>2020-11-25 09:25:36 +0100
commit3f4b47276e8c81cde2542a00ce90f3a0ffc1639a (patch)
tree312408521735ba1b12733462c2eacd2742b80e0f /ihatemoney/patch_sqlalchemy_continuum.py
parent0380521b4a6f4a0efcc544ca57134def94ac19ba (diff)
downloadihatemoney-mirror-3f4b47276e8c81cde2542a00ce90f3a0ffc1639a.zip
ihatemoney-mirror-3f4b47276e8c81cde2542a00ce90f3a0ffc1639a.tar.gz
ihatemoney-mirror-3f4b47276e8c81cde2542a00ce90f3a0ffc1639a.tar.bz2
Set black target to python3.6
Diffstat (limited to 'ihatemoney/patch_sqlalchemy_continuum.py')
-rw-r--r--ihatemoney/patch_sqlalchemy_continuum.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/patch_sqlalchemy_continuum.py b/ihatemoney/patch_sqlalchemy_continuum.py
index dbbd908..eecfe6f 100644
--- a/ihatemoney/patch_sqlalchemy_continuum.py
+++ b/ihatemoney/patch_sqlalchemy_continuum.py
@@ -96,7 +96,7 @@ class PatchedRelationShipBuilder(RelationshipBuilder):
association_col
== self.association_version_table.c[association_col.name]
for association_col in association_cols
- ]
+ ],
)
)
.group_by(*association_cols)