sources: import abort

This commit is contained in:
Drew DeVault 2020-08-30 16:04:24 -04:00
parent 6b9d2e6d96
commit 29e04b2105
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from flask import Blueprint, render_template, request, redirect, url_for
from flask import Blueprint, render_template, request, redirect, url_for, abort
from hubsrht.projects import ProjectAccess, get_project
from hubsrht.services import git, hg
from hubsrht.types import Event, EventType