lifecycle: fix formatting
This commit is contained in:
parent
7203bd37a3
commit
c3917ebc2e
|
@ -26,7 +26,6 @@ name = '0002_passwordstage_change_flow';"""
|
||||||
|
|
||||||
|
|
||||||
class Migration(BaseMigration):
|
class Migration(BaseMigration):
|
||||||
|
|
||||||
def needs_migration(self) -> bool:
|
def needs_migration(self) -> bool:
|
||||||
self.cur.execute(
|
self.cur.execute(
|
||||||
"select * from information_schema.tables where table_name='oidc_provider_client'"
|
"select * from information_schema.tables where table_name='oidc_provider_client'"
|
||||||
|
|
Reference in New Issue