Fix build error
This commit is contained in:
@@ -99,7 +99,7 @@ def inp_in_vertex(line: str) -> str:
|
||||
link = tokens[0]
|
||||
x = float(tokens[1])
|
||||
y = float(tokens[2])
|
||||
return f"insert into vertices (link, x, y) values ('{link}', {x}, {y});"
|
||||
return str(f"insert into vertices (link, x, y) values ('{link}', {x}, {y});")
|
||||
|
||||
|
||||
def inp_out_vertex(name: str) -> list[str]:
|
||||
|
||||
Reference in New Issue
Block a user