volunteer: fix missing import

This commit is contained in:
justcool393 2023-01-08 02:57:52 -06:00 committed by Ben Rog-Wilhelm
parent 0ea72e3778
commit 21676622e6

View file

@ -6,7 +6,7 @@ import files.helpers.jinja2
from files.helpers.wrappers import auth_required from files.helpers.wrappers import auth_required
from files.routes.volunteer_common import VolunteerDuty from files.routes.volunteer_common import VolunteerDuty
import files.routes.volunteer_janitor import files.routes.volunteer_janitor
from flask import render_template, g, request from flask import abort, render_template, g, request
from os import environ from os import environ
import sqlalchemy import sqlalchemy
from typing import Optional from typing import Optional