Remove redundant char
This commit is contained in:
@@ -50,7 +50,7 @@ def inp_in_control(section: list[str]) -> ChangeSet:
|
||||
|
||||
def inp_in_control_new(name: str, section: list[str]) -> None:
|
||||
for line in section:
|
||||
write(name, f"\ninsert into controls (line) values ('{line}');")
|
||||
write(name, f"insert into controls (line) values ('{line}');")
|
||||
|
||||
|
||||
def inp_out_control(name: str) -> list[str]:
|
||||
|
||||
Reference in New Issue
Block a user