Fix build error
This commit is contained in:
@@ -29,10 +29,10 @@ def set_title(name: str, cs: ChangeSet) -> ChangeSet:
|
||||
|
||||
def inp_in_title(section: list[str]) -> str:
|
||||
if section == []:
|
||||
return ''
|
||||
return str('')
|
||||
|
||||
title = '\n'.join(section)
|
||||
return f"update title set value = '{title}';"
|
||||
return str(f"update title set value = '{title}';")
|
||||
|
||||
|
||||
def inp_out_title(name: str) -> list[str]:
|
||||
|
||||
Reference in New Issue
Block a user