Fix type errors
This commit is contained in:
parent
2579fa4b5c
commit
a9bbd6c6a8
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def update_pronouns() -> Tuple[str, int]:
|
|||
trigger_update_pronouns(pronouns)
|
||||
return pronouns, 200
|
||||
|
||||
def main():
|
||||
def main() -> None:
|
||||
app.run(host="0.0.0.0", port=8080)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in a new issue