housekeep(fastapi): cleanup unneeded jinja set statement

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-11-18 16:44:13 -08:00
parent 7739b2178e
commit a348cdaac3
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -19,6 +19,5 @@
{% set pkgname = result.Name %}
{% set pkgbase_id = result.ID %}
{% set comments = comments %}
{% include "partials/packages/comments.html" %}
{% endblock %}