volunteer: fix missing import
This commit is contained in:
parent
0ea72e3778
commit
21676622e6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue