From 3f4b47276e8c81cde2542a00ce90f3a0ffc1639a Mon Sep 17 00:00:00 2001 From: Glandos Date: Tue, 24 Nov 2020 22:58:22 +0100 Subject: Set black target to python3.6 --- ihatemoney/migrations/env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ihatemoney/migrations/env.py') 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: -- cgit v1.1