Pamhyr: Fix PEP8.

scenarios
Pierre-Antoine 2026-06-02 15:40:51 +02:00
parent 611f9cdfa3
commit d1c34fb437
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@ class Data(SQLSubModel):
created = False
if major == "0" and int(minor) < 2:
if cls.is_table_exists(execute, "lateral_contribution_data_adists"):
if cls.is_table_exists(
execute, "lateral_contribution_data_adists"):
cls._db_update_to_0_2_0(execute, data)
else:
cls._db_create(execute)