From c3917ebc2e753567d81be2d5349e66e3bc9a2c18 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 19 Oct 2020 16:13:45 +0200 Subject: [PATCH] lifecycle: fix formatting --- lifecycle/system_migrations/to_0_10.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lifecycle/system_migrations/to_0_10.py b/lifecycle/system_migrations/to_0_10.py index 58d0e6b7e..4e941f31e 100644 --- a/lifecycle/system_migrations/to_0_10.py +++ b/lifecycle/system_migrations/to_0_10.py @@ -26,7 +26,6 @@ name = '0002_passwordstage_change_flow';""" class Migration(BaseMigration): - def needs_migration(self) -> bool: self.cur.execute( "select * from information_schema.tables where table_name='oidc_provider_client'"