fix(controller/paste): add missing type

This commit is contained in:
Tiara Rodney 2022-04-16 07:22:54 +02:00
parent 93ed72d5dc
commit bf8e2c19cf

View file

@ -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,