Pep8: Fix.

setup.py v0.0.5
Pierre-Antoine Rouby 2024-02-07 11:26:29 +01:00
parent 41673145ee
commit a8c71e475e
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ class Friction(SQLSubModel):
stricklers = data["stricklers"].stricklers
table = execute(
"SELECT id, ind, begin_kp, end_kp, begin_strickler, end_strickler " +
"SELECT id, ind, begin_kp, end_kp, " +
"begin_strickler, end_strickler " +
f"FROM friction WHERE reach = {reach.id}"
)