Skip to content

Commit

Permalink
fix: Make mypy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Dec 3, 2024
1 parent eda1660 commit 758ca53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/web/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


@app.route('/favicon.ico')
def favicon():
def favicon() -> Any:
return send_from_directory(os.path.join(app.root_path, 'static'),
'favicon.ico', mimetype='image/vnd.microsoft.icon')

Expand Down

0 comments on commit 758ca53

Please sign in to comment.