fix(init): remove non-existing common import

This commit is contained in:
Tiara Rodney 2022-04-08 21:25:36 +02:00
parent 95761b9de5
commit f3a3e95163

View file

@ -151,7 +151,7 @@ from connexion.resolver import RestyResolver
from httpaste.model import Backend
from httpaste.backend import get_backend_map
from httpaste.helper.common import (generate_random_string, tmp_pkg_resource_text_path)
from httpaste.helper.common import generate_random_string
from httpaste.helper.http import (
BadRequestError,
ForbiddenError,