fix(controller/paste): add missing type
This commit is contained in:
parent
93ed72d5dc
commit
bf8e2c19cf
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from httpaste.helper.common import decode, DecodeError, join_url
|
|||
import httpaste.model.paste as paste_model
|
||||
import httpaste.model.user as user_model
|
||||
from httpaste.backend import load_backend
|
||||
from httpaste.helper.http import BadRequestError, GoneError, NotFoundError
|
||||
from httpaste.helper.http import BadRequestError, GoneError, NotFoundError, ForbiddenError
|
||||
from httpaste.helper.syntax import highlight
|
||||
from httpaste.schema import (
|
||||
PasteKey,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue