From 56b34db2bb402fd4b2991e271ec493f8bfb96420 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 28 Dec 2021 01:12:02 +0100 Subject: chg: [style] Format with black. --- migrations/env.py | 1 + 1 file changed, 1 insertion(+) (limited to 'migrations/env.py') diff --git a/migrations/env.py b/migrations/env.py index e06cd8db..cbfe86d4 100644 --- a/migrations/env.py +++ b/migrations/env.py @@ -1,6 +1,7 @@ from __future__ import with_statement from alembic import context + # add your model's MetaData object here # for 'autogenerate' support # from myapp import mymodel -- cgit