aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/migrations/env.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/migrations/env.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/migrations/env.py')
-rwxr-xr-xihatemoney/migrations/env.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/migrations/env.py b/ihatemoney/migrations/env.py
index 0bd0031..1a44318 100755
--- a/ihatemoney/migrations/env.py
+++ b/ihatemoney/migrations/env.py
@@ -77,7 +77,7 @@ def run_migrations_online():
target_metadata=target_metadata,
include_object=include_object,
process_revision_directives=process_revision_directives,
- **current_app.extensions["migrate"].configure_args
+ **current_app.extensions["migrate"].configure_args,
)
try: