fix(init): remove non-existing common import
This commit is contained in:
parent
95761b9de5
commit
f3a3e95163
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue