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

Pep8: Fix.

Showing with 2 additions and 1 deletion
+2 -1
...@@ -80,7 +80,8 @@ class Friction(SQLSubModel): ...@@ -80,7 +80,8 @@ class Friction(SQLSubModel):
stricklers = data["stricklers"].stricklers stricklers = data["stricklers"].stricklers
table = execute( 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}" 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