Commit a8c71e47 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Pep8: Fix.

No related merge requests found
Pipeline #53454 passed with stages
in 8 minutes and 27 seconds
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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}"
)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment